01_Linux软件源配置

Posted 短毛兔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了01_Linux软件源配置相关的知识,希望对你有一定的参考价值。

 

一、国内软件源

  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软件源配置的主要内容,如果未能解决你的问题,请参考以下文章

Linux下安装配置Mysql和Redis

如何配置Centos 6.5 的yum源

如何配置Centos 6.5 的yum源

linux下yum安装及配置

linux发行版的软件包安装管理程序

linux搭建本地YUM源配置详细步骤