大部分 linux 系统都默认安装了 screen 命令,先查看下否则有这个工具。如果运行 screen 后如上图一样提示 command not found,那么说明这个工具还没有安装。但是最近开了一台VPS竟然没有CentOS系统,听说AlmaLinux与centos差不多的,所以就想着试试看,结果发现装个screen就遇到各种麻烦,所以记录下来,方便下次自己查找。
这里安装的是AlmaLinux 8,直接yum安装screen就报错了
[root@zrblog ~]# yum install screen AlmaLinux 8 - BaseOS 896 kB/s | 11 MB 00:12 AlmaLinux 8 - AppStream 15 MB/s | 15 MB 00:01 AlmaLinux 8 - Extras 23 kB/s | 13 kB 00:00 No match for argument: screen Error: Unable to find a match: screen
既然源码包不存在,就直接去下载源码来安装,官网 http://ftp.gnu.org/gnu/screen
这里以4.9.1为例,为什么不是最新的5.0.0呢?因为试了几次没装上:
[root@zrblog ~]# wget http://ftp.gnu.org/gnu/screen/screen-4.9.1.tar.gz [root@zrblog ~]# tar -xvf screen-4.9.1.tar.gz [root@zrblog ~]# cd screen-4.9.1 [root@zrblog screen-4.9.1]# ./configure this is screen version 4.9.1 checking for prefix by checking for screen... no checking for prefix by checking for gzip... /usr/bin/gzip checking for gcc... no checking for cc... no checking for cl.exe... no checking for clang... no configure: error: in `/root/screen-4.9.1': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details
./configure又报错了:configure: error: no acceptable C compiler found in $PATH,装gcc
yum -y install gcc
完了再试试./configure,还是报错,只是信息变了
[root@zrblog screen-4.9.1]# ./configure
上网找了下,装上ncurses-devel就好了
yum -y install ncurses-devel
之后再./configure,终于不报错了,完成后再继续执行
[root@zrblog screen-4.9.1]#make && make install termcap entry (./terminfo/screencap) should be installed manually. You may also want to install ./etc/etcscreenrc in /usr/etc/screenrc [root@zrblog screen-4.9.1]#install -m 644 etc/etcscreenrc /etc/screenrc
完成后screen就可以使用了,看有的地方提醒还要:cp ./screen /bin,小编没有做这一步已经正常使用命令了。
方案 | 内存 | CPU | 硬盘 | 流量/月 | 带宽 | 机房 | 价格 | 购买 |
---|---|---|---|---|---|---|---|---|
CN2 (最便宜) |
1GB | 1核 | 20GB | 1TB | 1Gbps | DC3 CN2 DC8 ZNET |
$49.99/年 | 直达 |
CN2 | 2GB | 1核 | 40GB | 2TB | 1Gbps | $52.99/半年 $99.99/年 |
直达 | |
CN2 GIA-E (最推荐) |
1GB | 2核 | 20GB | 1TB | 2.5Gbps | DC6 CN2 GIA-E DC9 CN2 GIA 日本软银 JPOS_1 荷兰 EUNL_9 |
$49.99/季度 $169.99/年 |
直达 |
CN2 GIA-E | 2GB | 3核 | 40GB | 2TB | 2.5Gbps | $89.99/季度 $299.99/年 |
直达 | |
HK | 2GB | 2核 | 40GB | 0.5TB | 1Gbps | 中国香港 CN2 GIA | $89.99/月 $899.99/年 |
直达 |
HK | 4GB | 4核 | 80GB | 1TB | 1Gbps | $155.99/月 $1559.99/年 |
直达 | |
TOKYO | 2GB | 2核 | 40GB | 0.5TB | 1.2Gbps | 日本东京 CN2 GIA | $89.99/月 $899.99/年 |
直达 |
TOKYO | 4GB | 4核 | 80GB | 1TB | 1.2Gbps | $155.99/月 $1559.99/年 |
直达 | |
搬瓦工优惠码:BWHCGLUKKB | 2024年最新搬瓦工VPS购买图文教程 |