码迷,mamicode.com
首页 > 其他好文 > 详细

Centos8无法安装screen的解决方法:使用epel安装screen

时间:2020-02-28 12:23:25      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:使用   scree   ted   镜像   epel   yum源   系统   提示   最新版   

选择了一个基础款的vps安装的镜像选了熟悉的centos的最新版centos8,但是在安装screen的时候,却安装不了,提示:

No match for argument: screen

本来以为是yum源里没有screen,还换到了阿里云的源,却依然不能安装。将系统换到centos7,却可以直接正常安装screen。

后来发现Centos8安装screen需要使用epel来安装,安装epel后,再安装screen,解决centos8无法安装screen的问题。

1、安装epel

sudo yum install epel-release

2、安装screen

sudo yum install screen

可以看到centos8已经正常安装并可以使用screnn了

Centos8无法安装screen的解决方法:使用epel安装screen

标签:使用   scree   ted   镜像   epel   yum源   系统   提示   最新版   

原文地址:https://www.cnblogs.com/yuwensong/p/12376408.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!