How to enter the graphical interface in CentOS

angryTom
Release: 2020-03-30 14:17:18
Original
27167 people have browsed it

How to enter the graphical interface in CentOS

How to enter the graphical interface in CentOS

The graphical interface will not be installed by default, so you need to install it manually. The steps are as follows:

1. Start the system and enter as root

How to enter the graphical interface in CentOS

(Online video tutorial sharing: linux video tutorial)

2. Install X (X Window System), the command is as follows:

yum groupinstall "X Window System"
Copy after login

There are about more than 200 software, complete will appear after the installation is completed! words. Then install the graphical interface software, GNOME (GNOME Desktop), with the following command:

yum groupinstall "GNOME Desktop"
Copy after login

Since this software group is much larger than the first one (containing about 800 software), the installation process will be slower. Complete will appear when the installation is complete! words.

3. After the installation is completed, we can enter the graphical interface through the command startx

How to enter the graphical interface in CentOS

This article comes from the PHP Chinese website, CentOS usage tutorialColumn, please pay attention to this column for more related tutorials!

The above is the detailed content of How to enter the graphical interface in CentOS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!