Does centos have no graphical interface?

WBOY
Release: 2022-04-01 17:11:19
Original
16046 people have browsed it

centos has a graphical interface and needs to be installed manually. Installation method: 1. Use the "yum groupinstall "X Window System"" command to install X; 2. Use "yum groupinstall "GNOME Desktop"" to install the graphical interface software.

Does centos have no graphical interface?

The operating environment of this article: centos 7 system, Dell G3 computer.

Does centos have a graphical interface?

When we install CentOS7, if we choose "minimize" installation, the system will only have a command line interface, but no graphical interface, as shown below:

Does centos have no graphical interface?

So you need to install it manually. The steps are as follows:

Open the system and enter as root

Does centos have no graphical interface?

Installation X (X Window System), the command is as follows:

yum groupinstall "X Window System"
Copy after login

There are about more than 200 softwares. Complete will appear after the installation is completed! words. Then install the graphical interface software, GNOME (GNOME Desktop), with the following command:

yum groupinstall "GNOME Desktop"
Copy after login

Since this software group is much larger than the first one (containing about 800 software), the installation process will be slower. Complete will appear when the installation is complete! words.

After the installation is complete, we can enter the graphical interface through the command startx

Does centos have no graphical interface?

Recommended tutorial: "centos tutorial"

The above is the detailed content of Does centos have no graphical interface?. 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