yum group list

Output:

Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
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

Step 1: Install Gnome GUI packages using the YUM command.

CentOS 7:

# yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

Step 2: Enable GUI on system startup. In CentOS 7 / RHEL 7, systemd uses “targets” instead of runlevel. The /etc/inittab file is no more used to change run levels. So, issue the following command to enable the GUI on system start.

# ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

Step 3: Reboot the machine to start the server in the graphical mode.

# reboot

最新文章

  1. 使用ab对nginx进行压力测试
  2. NYOJ 734
  3. Java并发编程:并发容器之CopyOnWriteArrayList(转载)
  4. WEB压力测试
  5. Java与模式读书笔记
  6. poj 3278 Catch That Cow (bfs)
  7. 【题解】A-B
  8. How To Create a New User and Grant Permissions in MySQL
  9. Winpcap网络编程十之Winpcap实战,两台主机通过中间主机通信
  10. 【转载】static关键字详解
  11. Ruby Rose动态壁纸制作记录
  12. Atcoder Beginner Contest 121 D - XOR World(区间异或和)
  13. Android ExpandableListView和ScrollView联用的一些注意事项
  14. NOIP2016-D2-T2 蚯蚓(单调队列)
  15. Android -- setWillNotDraw()
  16. Spark中的Spark Shuffle详解
  17. Selenium UI 举例 getCssValue
  18. SpringBoot+Mybatis-Generator自动生成
  19. 原型相关的方法isPrototypeOf、Object.getPrototypeOf、hasOwnProperty、Object.getOwnPropertyName、Object.keys
  20. VisualSVN server搭建装配和指定IP或域名

热门文章

  1. kafka常见命令
  2. tensorflow各版本下载地址
  3. hiho #1502:最大子矩阵(元素和不超过k)
  4. 绑定与非绑定以及property装饰器_day_21 作业题
  5. 【51nod 1824】染色游戏
  6. Python 正则表达式Ⅱ
  7. 简单加密 DEncrypt
  8. [CSP-S模拟测试]:笨小猴(随机化)
  9. 分布式-信息方式-ActiveMQ构建应用
  10. Linux系统下Java开发环境的配置(未完...)