基於虛擬機的centos6.5 搭建本地光盤yum源

在線yum安裝必需要保持服務器可以連入網絡而且他下載的還會比較慢由於地址大部分可能是國外的下載站。另外yum在線下載的都是比較新的軟件包,可能不是很穩定,那麼使用yum的本地資源就是光盤裏的RPM包,讓本地光盤做爲yum源,這種源的版本可能不是最新的可是相對比較穩定,這種方式通常在工做中比經常使用。下面就來介紹下光盤yum源安裝。centos

第一步:
虛擬機以vmwareworkstations 爲例安裝centos6.5虛擬機 並設置鏈接鏡像1

 

 第二步:掛載光盤
[root@server ~]#mkdir cdrom //建立掛載點。

[root@server ~]# mount /dev/sr0 /mnt/cdrom  //手動掛載。 服務器

 

[root@server ~]# mount網絡

 

//顯示已經掛載成功this

第三步:將默認的網絡yum源失效

[root@server ~]# ls /etc/yum.repos.d/url

CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-Media.repo  CentOS-Vault.repo[Y1] spa

 

 [Y1]默認狀況下使用的是第一個也就是網絡yum源文件生效,若是使他生效只須要將enable=1便可。若是讓全部的yum源不生效那麼把enable=0就能夠。server

第三步:修改yum源  配置文件  生效

[root@server ~]# vi /etc/yum.repos.d/CentOS-Media.repoblog

# CentOS-Media.repo資源

#get

#  This repo can be used with mounted DVD media, verify the mount point for

#  CentOS-6.  You can use this repo and yum to install items directly off the

#  DVD ISO that we release.

#

# To use this repo, put in your DVD and use it with the other repos too:

#  yum --enablerepo=c6-media [command]

#

# or for ONLY the media repo, do this:

#

#  yum --disablerepo=\* --enablerepo=c6-media [command]

 

[c6-media]

name=CentOS-$releasever - Media

baseurl=file:///mnt/cdrom/        //將這裏修改成光盤掛載的地址

#        file:///media/cdrom/   

#        file:///media/cdrecorder/    //將這兩個沒用的地址給註釋掉就是#

gpgcheck=1

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

"/etc/yum.repos.d/CentOS-Media.repo" 21L, 629C

:wq!//保存退出

第五步:查看rpm包文件  搭建成功

相關文章
相關標籤/搜索