Home  >  Article  >  Operation and Maintenance  >  What should I do if the graphical interface cannot be installed under centos7?

What should I do if the graphical interface cannot be installed under centos7?

王林
王林Original
2020-04-01 11:54:404341browse

What should I do if the graphical interface cannot be installed under centos7?

The following error occurs in the installation graphical interface under centos7:

Error 1: There are no enabled repos.

Cause: It is a repos source file without specifying yum

Solution:

1. Install Alibaba source

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

2. Install NetEase source

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo

Error two: VMWare: No 3d enabled

Cause: 3D acceleration is not turned on

Solution: In the virtual machine settings, "Display" -> "3D Graphics" check acceleration 3D graphics.

Error 3: connection :centos tutorial

The above is the detailed content of What should I do if the graphical interface cannot be installed under centos7?. 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