How to install a graphical desktop for linux

王林
Release: 2020-05-14 09:58:53
Original
5139 people have browsed it

How to install a graphical desktop for linux

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"
Copy after login

2. Set the default to use the graphical desktop environment to start the system, the command is as follows:

systemctl set-default graphical.target
Copy after login

3. Restart

reboot
Copy after login

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
Copy after login

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!

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