首页 > 代码库 > linux系统配置yum源
linux系统配置yum源
1.进入yum源配置目录
cd /etc/yum.repos.d
2.配置本地yum源
vi CentOS-Media.repo [c6-media] name=CentOS-$releasever - Media baseurl=file:///mnt file:///media gpgcheck=0 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
3.配置网络yum源
下载163网易的yum源: wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
3.配置好yum源后,执行下边命令更新yum配置,使操作立即生效
yum makecache
4.其他网络yum源
中科大的yum源: wget http://centos.ustc.edu.cn/CentOS-Base.repo sohu的yum源 wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo epel源 wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum install epel-release-6-8.noarch.rpm 或者使用rpm直接安装 rpm –ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 配置好之后,在这个目录下会生成几个.repo文件 [root@node1 yum.repos.d]# ls bak CentOS6-Base-163.repo CentOS-Media.repo epel.repo epel-testing.repo
本文出自 “hello world” 博客,请务必保留此出处http://nxyboy.blog.51cto.com/10511646/1939540
linux系统配置yum源
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。