Home >Operation and Maintenance >CentOS >How to install the graphical interface in centos system

How to install the graphical interface in centos system

王林
王林Original
2020-03-23 15:18:584692browse

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"

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!

Statement:
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