标签:win 源安装 16.4 tar group 安装软件 lease name color
?
使用光盘作为yum软件安装源安装X Window
?
[root@centos6 ~]# mkdir /media/cdrom
[root@centos6 ~]# mount /dev/cdrom /media/cdrom/
?
?
[root@centos6 yum.repos.d]# vi CentOS-Media.repo
?
[c6-media]
name=CentOS-$releasever - Media
baseurl=file:///media/CentOS/
file:///media/cdrom/
file:///media/cdrecorder/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
?
?
?
yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror search httpd
?
[root@centos6 ~]# yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror grouplist
?
?
yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror search httpd
?
?
[root@centos6 ~]# yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror groupinstall ‘X Window System‘
?
yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror install firefox
?
[root@centos6 ~]# restart
?
?
[root@centos6 ~]# export DISPLAY=172.16.4.249:0.0
?
[root@centos6 ~]# firefox
?
标签:win 源安装 16.4 tar group 安装软件 lease name color
原文地址:https://www.cnblogs.com/gispathfinder/p/10045205.html