How to install the graphical interface in centos system

王林
Release: 2020-03-23 15:18:58
Original
4590 people have browsed it

How to install the graphical interface in centos system

1. Install the graphical interface

Run the command in the terminal to install X Window System

yum groupinstall "X Window System"
Copy after login

Install the graphical interface software, GNOME (GNOME Desktop)

yum groupinstall "GNOME Desktop"
Copy after login

(Recommended tutorial: centos usage tutorial)

Enter the graphical interface

startx
Copy after login

2. Install Chinese support

Installation Chinese language pack:

yum groupinstall "Chinese Support" -y
Copy after login

Modify the system default language to Chinese

localectl set-locale.UTF-8
Copy after login

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

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!

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!