VPS百科最喜欢使用的操作系统是centos,而最近购买VPS开到后台经常有提示选择 centos 8系统的选项。
有新系统,当然选择最新的centos 8系统。不过,使用centos 8发现和上一个大版本有很多不一样的地方。
比如,在安装screen时,会提示“ No match for argument: screen
” 错误,导致centos 8系统下安装screen失败。
那么,如何在centos 8系统下安装screen呢?
Centos 8系统安装screen需要使用epel来安装,安装epel后,再安装screen,即可解决centos 8系统无法安装screen的问题。具体命令如下:
1、安装epel
sudo yum install epel-release
2、安装screen
sudo yum install screen
是不是安装screen成功了。
接下来试试使用screnn吧,问题完美解决!
screnn使用教程见:https://www.vpsbk.com/screen.html
VPS百科分享,希望能帮到大家!
正文完