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

Posted gispathfinder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用光盘作为yum软件安装源安装X Window相关的知识,希望对你有一定的参考价值。

?

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

  1. 挂载光驱

?

[[email protected] ~]# mkdir /media/cdrom

[[email protected] ~]# mount /dev/cdrom /media/cdrom/

?

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

?

[[email protected] 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

?

[[email protected] ~]# yum --disablerepo=* --enablerepo=c6-media --disableplugin=fastmirror grouplist

?

  1. 安装软件包

?

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

?

  1. 安装X Window

?

[[email protected] ~]# yum --disablerepo=* --enablerepo=c6-media --disableplugin=fastmirror groupinstall ‘X Window System‘

?

yum --disablerepo=* --enablerepo=c6-media --disableplugin=fastmirror install firefox

?

[[email protected] ~]# restart

?

  1. 输出显示

?

[[email protected] ~]# export DISPLAY=172.16.4.249:0.0

?

[[email protected] ~]# firefox

?

技术分享图片

以上是关于使用光盘作为yum软件安装源安装X Window的主要内容,如果未能解决你的问题,请参考以下文章

Linux设置本地yum源

ubuntu 如何添加光盘源

linux-如何使用linux安装光盘做yum本地源

Linux光盘yum源软件安装

Linux下光盘yum源搭建及简单软件安装

基于虚拟机的centos6.5 搭建本地光盘yum源