1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - Linux系统 - centos - 正文

君子好学,自强不息!

centos7无法安装图形界面?

2022-06-11 | centos | 1818ip | 345°c
A+ A-

问题:

centos7安装图形界面提示错误:connection X Server lost

原因:缺少一些启动项。

解决方案:

yum updata

附:

安装方法:

yum -y update  
yum -y groupinstall "X Window System"
yum groupinstall "GNOME Desktop" "Graphical Administration Tools"
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target  #设置图形界面为默认启动界面

错误二:There are no enabled repos.

原因:是没有指定yum的repos源文件

解决方案:

1、安装阿里源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

2、安装网易源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo


本文来源:1818IP

本文地址:https://www.1818ip.com/post/1370.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。