Blogger Information
Blog 35
fans 0
comment 0
visits 23043
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Centos 7利用安装GNOME、KDE图形界面
Spark
Original
638 people have browsed it

我们在阿里云官方镜像站:https://developer.aliyun.com/mirror/

找到所需Centos版本并下载安装后,是没有图形界面的,那该如何安装呢?

1进入 root 模式

因为权限限制,所以我们需要进入 root 模式,开机使用 root 登陆或者系统运行中切换为 root 用户均可。

2安装  X 窗口系统

1、首先安装X(X Window System),命令为

yum groupinstall "X Window System"  注意有引号

然后系统会自动寻找最近的网络进行相关文件的下载

选择 y,开始进行安装

当出现 Complete!说明这里安装成功了。

在这里检查一下我们已经安装的软件以及可以安装的软件,命令为

yum grouplist

再输入 yum groupinstall "GNOME Desktop"

yum groupinstall "Graphical Administration Tools"

当出现停顿时按 y

特别注意!名称必须对应,否则会出现No packages in any requested group available to install or update 的错误。这是因为不同版本的CentOS的软件名可能不同(其他 Linux 系统也是类似的)

最后等待安装完成。

我们可以通过命令 startx 进入图形界面,

 


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post