- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
[root@web1 soft]# wget ftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz
[root@web1 soft]# tar -xvf screen-4.0.3.tar.gz
[root@web1 soft]# cd screen-4.0.3
[root@web1 screen-4.0.3]# ./configure
[root@web1 screen-4.0.3]# make
[root@web1 screen-4.0.3]# make install
[root@web1 screen-4.0.3]# install -m 644 etc/etcscreenrc /etc/screenrc
[root@web1 screen-4.0.3]# cp ./screen /bin
请注意:与一般程序的安装过程有所不同,后面这两条指令一定要执行
补充: 一次新安装 screen时,按照上述步骤,make时报错:
configure: error: !!! no tgetent – no screen
make: *** [install] 错误 1
解决方法如下:
yum -y install ncurses-devel
售前咨询
售后咨询
备案咨询
二维码
TOP