CentOS yum repo
 
官方arm版本
 

阿里云的

一个是Centos-6的 一个是Centos-7 

# CentOS 5

wget -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

# CentOS 7

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

网易的

wget http://mirrors.163.com/.help/CentOS6-Base-163.repo     
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo

 

 

相关文章:

  • 2021-09-04
  • 2021-11-19
  • 2021-12-10
  • 2022-03-03
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案