用阿里源替換原Centos的yum源

簡單的瞭解幾個開源站

若是須要下載一些鏡像文件,例如CentOS或者Ubuntu等等之類的開源軟件,能夠再國內經過下面幾個鏡像站點來獲取。緩存

進入正題

1.備份
[root@localhost ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.下載新的CentOS-Base.repo 到 /etc/yum.repos.d/下
  • CentOS 5
[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
  • CentOS 6
[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
  • CentOS 7
[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3.運行yum makecache生成緩存
[root@localhost ~]# yum clean all
    [root@localhost ~]# yum makecache
    [root@localhost ~]# yum update

這裏解釋下yum makecache:就是把服務器的包信息下載到本地電腦緩存起來。bash

相關文章
相關標籤/搜索