CentOS 7命令行安装GNOME桌面

Posted jeshy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7命令行安装GNOME桌面相关的知识,希望对你有一定的参考价值。

1、切换至root用户,检查一下已经安装的软件以及可以安装的软件

[[email protected] ~]# yum grouplist
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
* base: mirror.bit.edu.cn
* extras: mirror.bit.edu.cn
* updates: mirror.bit.edu.cn
Available Environment Groups:
Minimal Install
Compute Node
Infrastructure Server
File and Print Server
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
Available Groups:
Compatibility Libraries
Console Internet Tools
Development Tools
Graphical Administration Tools
Legacy UNIX Compatibility
Scientific Support
Security Tools
Smart Card Support
System Administration Tools
System Management
Done

2、开始安装(注意名称必须对应

[[email protected] ~]# yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

3、重启

[[email protected] ~]# reboot

以上是关于CentOS 7命令行安装GNOME桌面的主要内容,如果未能解决你的问题,请参考以下文章

centos中怎么切换回到桌面

[CentOS]安装命令行终端Terminator工具

VNC可以正常连接Linux,但是连接后没有命令行

centos7最小化系统安装gnome图形界面

Cetos 7 命令行升级图形界面

CentOS 7命令行安装GNOMEKDE图形界面