美文网首页Linux
CentOS 7下安装X Window

CentOS 7下安装X Window

作者: 不玩了啊 | 来源:发表于2020-08-20 16:29 被阅读0次

CentOS 7下安装X Window

1、网上其他人都这么说:

yum check-update

yum groupinstall "X Window System"

。。。

但是运行yum groupinstall "X Window System"时出现

There is no installed groups file.

Maybe run: yum groups mark convert

。。。

遇到这个问题,需要先运行一下

yum groups mark convert

再运行

yum groupinstall "X Window System"

即可。

2、继续

yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts

unlink /etc/systemd/system/default.target

ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target

reboot

相关文章

网友评论

    本文标题:CentOS 7下安装X Window

    本文链接:https://www.haomeiwen.com/subject/ymqejktx.html