14. GNOME Desktop

14. GNOME Desktop

1-1. 更新yum,否则会出现软件冲突

1
yum update

2-1. 安装GNOME Desktop图形桌面服务

1
yum groupinstall -y "GNOME Desktop"

2-3. 查看系统运行模式

1
systemctl get-default

2-4. 设置默认启动为图形界面

1
systemctl set-default graphical.target

2-5. 启动桌面模式

1
init 5

2-6. 设置桌面运行模式为默认启动模式

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

3-1. 图形版桌面

1
graphical.target

3-2. 代码版桌面

1
multi-user.target

Leave a Reply

Your email address will not be published. Required fields are marked *