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
(Online video tutorial sharing: linux video tutorial)
2. Install X (X Window System), the command is as follows:
yum groupinstall "X Window System"
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"
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
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!