Centos6.5使用光盘作为本地的yum源

Posted

tags:

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

Centos6.5使用光盘作为本地的yum源

主要是用于无法连接外网的CentOS6.5服务器


mkdir /mnt/cdrom

挂载光驱ISO文件 


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

修改默认的源,修改前请先备份文件。

[[email protected] ~]# cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak


编辑yum文件


[[email protected] ~]# vim /etc/yum.repos.d/CentOS-Base.repo

[base]

name=CentOS-$releasver - Base

baseurl=file:///mnt/cdrom/

gpgcheck=1

enabled=1

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


#released updates

[updates]

name=CentOS-$releasver - Updates

baseurl=file:///mnt/cdrom/

gpgcheck=1

enabled=1

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

...


[[email protected] ~]# yum clean all (清除缓存)

[[email protected] ~]# yum makecache (建立新缓存)


就可以了的说


本文出自 “KKMM” 博客,请务必保留此出处http://lisiyun.blog.51cto.com/2779132/1793213

以上是关于Centos6.5使用光盘作为本地的yum源的主要内容,如果未能解决你的问题,请参考以下文章

VMware虚拟机中centos6.5配置本地(光盘)yum源

Centos 6.5将光盘作为yum源的设置方法

Centos6.5 使用光盘镜像系统源安装数据库mysql5.7

LINUX使用DVD光盘或者ISO作为本地YUM源

CentOS6.5使用createrepo搭建本地yum源

CentOS6.5搭建本地yum源(http方式) nginx