yum 源

来源:互联网 发布:网络管理及其功能 编辑:程序博客网 时间:2024/05/17 02:52

1.安装 eple源: yum  install  epel -release 包, 里面 会有一些软件包源。当 yum install XX 软件包的时候 最好 安装一下 epel-release后再 试试

2.安装XX 软件的repo源 :去XX软件 官网 寻找 对应 系统版本的 XX软件的 repo 配置的说明,让后在系统中的新建  /etc/yum.repo.d/XX.xx.repo ,在XX.xx.repo 写入XX的源。例如


3.安装centos的base源<1>http://mirrors.163.com/.help/centos.html(可以去163官方参考)。步骤:1.首先备份/etc/yum.repos.d/CentOS-Base.repo,mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bk 。2,下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做好相应备份) wget http://mirrors.163.com/.help/CentOS7-Base-163.repo(这是cento7源)。3,运行以下命令生成缓存,yum clean all   ,  yum  makecace。<2>也可以去搜狐源http://mirrors.sohu.com/help/centos.html。中国科学院    https://lug.ustc.edu.cn/wiki/mirrors/help/centos   阿里 源:http://mirrors.aliyun.com/help/centos  等等


0 0
原创粉丝点击