码迷,mamicode.com
首页 > 系统相关 > 详细

01_Linux软件源配置

时间:2018-01-20 20:35:21      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:pos   src   yum   stc   span   缓存   ror   back   info   

 

一、国内软件源

  1. 阿里源:https://mirrors.aliyun.com/
  2. 清华大学:https://mirrors.tuna.tsinghua.edu.cn/
  3. 中科大 : https://mirrors.ustc.edu.cn/

有很多,大家可以百度。

二、以Centos 6.7为例配置

1.备份系统默认的源配置

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 

技术分享图片

2.进入阿里源官网

技术分享图片

 

3.下载新的CentOS-Base.repo到/etc/yum.repos.d/

CentOS 5

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo 

CentOS 6

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo 

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo 

CentOS 7

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

 三、生成yum缓存

yum makecache

 

01_Linux软件源配置

标签:pos   src   yum   stc   span   缓存   ror   back   info   

原文地址:https://www.cnblogs.com/weihengblog/p/8321672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!