1. Install the graphical interface
Run the command in the terminal to install X Window System
yum groupinstall "X Window System"
Install the graphical interface software, GNOME (GNOME Desktop)
yum groupinstall "GNOME Desktop"
(Recommended tutorial: centos usage tutorial)
Enter the graphical interface
startx
2. Install Chinese support
Installation Chinese language pack:
yum groupinstall "Chinese Support" -y
Modify the system default language to Chinese
localectl set-locale.UTF-8
Just restart the system.
3. Modify the graphical interface to the default startup mode
Restart the system after entering the command on the command line
systemctl set-default graphical.target
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of How to install the graphical interface in centos system. For more information, please follow other related articles on the PHP Chinese website!