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

王林
Release: 2020-04-01 11:54:40
Original
4340 people have browsed it

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

2. Install NetEase source

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

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!

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