How to install and uninstall a graphical interface under CentOS

Source: Internet
Author: User
Tags centos

Although the text mode in the system occupies a small resource, but sometimes it is more convenient to operate in a graphical interface, so, learn to install a graphical interface under the CentOS must be. There are two graphics interface, you can choose one of them, to see which one of your update sources to install which bar.

CentOS Install X window

The code is as follows:

#yum groupinstall ' X Window System '-y

CentOS Install GNOME desktop environment

The code is as follows:

#yum groupinstall ' GNOME Desktop environment '-y

Install KDE desktop environment under CentOS

The code is as follows:

#yum Groupinstall ' KDE (K Desktop environment) ' Y

I centos under the installation, with the source of NetEase 163, Pit Dad's no gnome and KDE, and finally had to use X window, 69m,191 package, really pretty big. I have enough pits here. Dad, was expected to yum installation can save snacks, but backfired, prompted less than a file, as long as they go to find the corresponding RPM package, installed on

The code is as follows:

#rpm-I corresponding RPM package

RT, install the hint succeeded, StartX can't start, error, amount, forget, this tomorrow to see log, slowly whole.

There is the installation of unloading, we use the Yum installed, nature is also used Yum to uninstall, or delete.

Uninstall Xwindows

The code is as follows:

#yum groupremove ' X Window System '-y

Uninstalling the GNOME desktop environment

The code is as follows:

#yum groupremove "GNOME Desktop Environment"

Uninstall the KDE desktop environment

The code is as follows:

#yum groupremove "KDE (K Desktop environment)"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.