Environment:
CentOS 7
This article takes the installation of the MATE desktop environment as an example. The specific steps are as follows:
1. Installation MATE desktop environment, the command is as follows:
yum groups install "X Window System" yum groups install "MATE Desktop"
2. Set the default to use the graphical desktop environment to start the system, the command is as follows:
systemctl set-default graphical.target
3. Restart
reboot
Note: After installation and restart, if you are stuck on the startup page, you need to execute the following command to update the system software package.
yum -y upgrade
Recommended tutorial: linux tutorial
The above is the detailed content of How to install a graphical desktop for linux. For more information, please follow other related articles on the PHP Chinese website!