在RHEL6系列中,如果还按照5时的安装方法,默认安装出来后是没有图形化界面的。需要补装
方法如下。
总结下,一、配置yum。二、安装X Window System组包 以及Desktop组包
1,进入字符界面
2,挂装光盘
[root@localhost ~]# mount /dev/cdrom /media/
3,修改/etc/yum.repos.d/rhel-source.repo 构建本地光盘yum仓库
修改前:
[root@localhost ~]# vi /etc/yum.repos.d/rhel-source.repo
[rhel-source]
name=Red Hat Enterprise Linux $releasever - $basearch - Source
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[rhel-source-beta]
name=Red Hat Enterprise Linux $releasever Beta - $basearch - Source
baseurl=ftp://ftp.redhat.com/pub/redhat/linux/beta/$releasever/en/os/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
修改后:
[root@localhost ~]# vi /etc/yum.repos.d/rhel-source.repo
[rhel-source]
name=Red Hat Enterprise Linux $releasever - $basearch - Source
baseurl=file:///media/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
[rhel-source-beta]
name=Red Hat Enterprise Linux $releasever Beta - $basearch - Source
baseurl=file:///media/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
4,用yum安装
[root@localhost ~]# yum -y groupinstall "X Window System"
[root@localhost ~]# yum -y groupinstall Desktop
至此Over
转载链接:http://www.cnblogs.com/jony413/articles/2491370.html
本文介绍如何在RHEL6系列中安装图形化界面。主要包括配置yum源、挂载光盘、修改yum仓库配置文件以及使用yum安装XWindowSystem和Desktop组包。
1万+

被折叠的 条评论
为什么被折叠?



