码迷,mamicode.com
首页 > Windows程序 > 详细

使用光盘作为yum软件安装源安装X Window

时间:2018-11-30 17:29:05      阅读:266      评论:0      收藏:0      [点我收藏+]

标签:win   源安装   16.4   tar   group   安装软件   lease   name   color   

?

使用光盘作为yum软件安装源安装X Window

  1. 挂载光驱

?

[root@centos6 ~]# mkdir /media/cdrom

[root@centos6 ~]# mount /dev/cdrom /media/cdrom/

?

  1. 修改/etc/yum.repos.d/目录下文件

?

[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

?

  1. 安装

?

  1. 搜索软件包

?

yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror search httpd

?

[root@centos6 ~]# yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror grouplist

?

  1. 安装软件包

?

yum --disablerepo=\* --enablerepo=c6-media --disableplugin=fastmirror search httpd

?

  1. 安装X Window

?

[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

?

  1. 输出显示

?

[root@centos6 ~]# export DISPLAY=172.16.4.249:0.0

?

[root@centos6 ~]# firefox

?

技术分享图片

使用光盘作为yum软件安装源安装X Window

标签:win   源安装   16.4   tar   group   安装软件   lease   name   color   

原文地址:https://www.cnblogs.com/gispathfinder/p/10045205.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!