CentOS 7命令行安装GNOME桌面

1、切换至root用户,检查一下已经安装的软件以及可以安装的软件

[[email protected] ~]# yum grouplist
Loaded plugins: fastestmirror
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
* base: mirror.bit.edu.cn
* extras: mirror.bit.edu.cn
* updates: mirror.bit.edu.cn
Available Environment Groups:
Minimal Install
Compute Node
Infrastructure Server
File and Print Server
Basic Web Server
Virtualization Host
Server with GUI
GNOME Desktop
KDE Plasma Workspaces
Development and Creative Workstation
Available Groups:
Compatibility Libraries
Console Internet Tools
Development Tools
Graphical Administration Tools
Legacy UNIX Compatibility
Scientific Support
Security Tools
Smart Card Support
System Administration Tools
System Management
Done

2、开始安装(注意名称必须对应

[[email protected] ~]# yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

3、重启

[[email protected] ~]# reboot

原文地址:https://www.cnblogs.com/jeshy/p/11064828.html

时间: 2024-11-06 09:37:33

CentOS 7命令行安装GNOME桌面的相关文章

CentOS 7命令行安装GNOME、KDE图形界面

正文 CentOS 7 默认是没有图形化界面的,但我们很多人在习惯了 Windows 的图形化界面之后,总是希望有一个图形化界面从而方便我们使用,这里介绍一下 CentOS7安装图形化桌面系统的方法. 一.进入 root 模式 因为权限限制,所以我们需要进入 root 模式,开机使用 root 登陆或者系统运行中切换为 root 用户均可. 二.安装  X 窗口系统 1.首先安装X(X Window System),命令为 yum groupinstall "X Window System&qu

YUM安装Centos_linux Centos 6/7上安装GNOME桌面环境

YUM安装Centos_linux Centos 6/7上安装GNOME桌面环境 CentOS 作为服务器的操作系统是很常见的,但是因为需要稳定而没有很时髦的更新,所以很少做为桌面环境. CentOS 作为服务器的操作系统是很常见的,但是因为需要稳定而没有很时髦的更新,所以很少做为桌面环境.在服务器上通常不需要安装桌面环境,最小化地安装 CentOS(也就是 minimal CentOS) 就可以了.不过在最小化安装的 CentOS 中通过 YUM 来安装桌面环境也是非常方便的. 单位的那台服务

CentOS 7命令行安装图形界面(GNOME、KDE等)

CentOS 7 默认是没有图形化界面的,但我们很多人在习惯了 Windows 的图形化界面之后,总是希望有一个图形化界面从而方便我们使用,这里介绍一下 CentOS7安装图形化桌面系统的方法. 一.进入 root 模式 因为权限限制,所以我们需要进入 root 模式,开机使用 root 登陆或者系统运行中切换为 root 用户均可. 二.安装  X 窗口系统 1.首先安装X(X Window System),命令为 yum groupinstall "X Window System"

Linux(CentOS 7)命令行模式安装VMware Tools 详解

本篇文章主要介绍了如何在Linux(CentOS 7)命令行模式安装VMware Tools,具有一定的参考价值,感兴趣的小伙伴们可以参考一下. 本例中为在Linux(以CentOS 7为例)安装VMware Tools. 1.首先启动CentOS 7,在VMware中点击上方"VM",点击"Install VMware Tools..."(如已安装则显示"Reinstall VMware Tools..."). 2.在命令行输入"ls

最小化安装的redhat/centos安装gnome桌面

因系统版本和语言环境不同,安装包的名字会有所差别 安装方式可以选择直接联网安装,也可以加载dvd镜像源安装,这里针对配置redhat/centos本地dvd的yum源做个记录: 1.复制 redhat ISO 系统dvd镜像到当前系统任一目录下,这里记作:/tmp/redhat.iso 2.挂载镜像到/mnt/dvd # mkdir /mnt/dvd # mount -o loop /tmp/redhat.iso /mnt/dvd 3.配置yum源 # cp /etc/yum.repos.d/r

CentOS7 minimal版 安装gnome桌面

我是在vmware中安装的centos 7 minimal,安装完成之后想尝试安装gnome桌面,步骤如下: 1.执行命令yum groupinstall 'X Window System' -y 出现错误,发现我的虚拟机不能联网,原因时"网卡没有随系统启动",执行下面一步: 2.执行命令vi /etc/sysconfig/network-script/ifcfg-eno16777736 将[ONBOOT=no]改为[ONBOOT=yes] 3.重启系统 init 1 4.执行命令 i

Linux(Debian) vps安装gnome桌面+VNC

昨天转载了一篇关于在Linux VPS上安装xface桌面并VNC连接的文章,因为文章是基于CentOS系统来操作的,有热心读者希望有一个Debian下的类似的东西,这就促成了今天的这篇文字.需要写在前面的是本文依旧是转载的文字,长期看博客的读者应该明了,赵容绝对不是个技术流,所有的教程都是“重蹈覆辙”式的分享. [注]以下原文转载◤VPS爱好者◢,原文出处:www.ovzxen.com/post-29.html debian系统下的命令操作大家都很熟悉了,最近用到桌面管理,就安装了下gnome

CentOS5.5安装GNOME桌面 ? 三叶草

body { font-family: 微软雅黑; font-size: 10.5pt; line-height: 1.5; } html, body { color: ; background-color: ; } h1 { font-size:1.5em; font-weight:bold; } h2 { font-size:1.4em; font-weight:bold; } h3 { font-size:1.3em; font-weight:bold; } h4 { font-size:

CentOS7.2 - 安装vnc,最小化安装vnc,命令行安装vnc,3级别安装vnc

系统版本: CentOS Linux release 7.2.1511 (Core)  内核版本: 3.10.0-327.el7.x86_64 系统架构: x64位 版权作者:[email protected] 编写时间: #最小化安装(level 3)安装VNC #centos7.2安装vnc,最小化安装vnc,命令行安装vnc,3级别安装vnc systemctl stop firewalld systemctl stop iptables.service setenforce 0 #依赖包