红联Linux门户
Linux帮助

yum的配置文件

发布时间:2015-09-07 15:33:05来源:linux网站作者:安伦_Alan

首先进入配置文件:

[root@oracle Server]# cd /etc/yum.repos.d/
[root@oracle yum.repos.d]# ls
redhat.repo  rhel-debuginfo.repo
[root@oracle yum.repos.d]# vi rhel-debuginfo.repo


把下面的内容粘贴在这个配置文件中:

[Server]
name=yum server
baseurl=file:///mnt/Server
enabled=1
gpgcheck=0

[VT]
name=yum vt
baseurl=file:///mnt/VT
enabled=1
gpgcheck=0

[ClusterStorage]
name=yum ClusterStorage
baseurl=file:///mnt/ClusterStorage
enabled=1
gpgcheck=0

[Cluster]
name=yum Cluster
baseurl=file:///mnt/Cluster
enabled=1

gpgcheck=0


这样就可以用yum进行安装你需要的包了!


RHEL5服务器yum的配置:http://www.linuxdiyf.com/linux/12198.html

Centos更新yum packet源:http://www.linuxdiyf.com/linux/13788.html

redhat换yum源:http://www.linuxdiyf.com/linux/13487.html

更新yum源/apt-get源:http://www.linuxdiyf.com/linux/13136.html

Fedora更新源(sohu yum源):http://www.linuxdiyf.com/linux/11638.html