1、首先備份系統自帶yum源配置檔案/etc/yum.repos.d/centos-base.repo
3、執行yum makecache生成快取
yum makecache
4、這時候再更新系統就會看到以下mirrors.aliyun.com資訊
yum -y update
已載入外掛程式:fastestmirror, refresh-packagekit, security
設定更新程序loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
如果你覺得以上步驟麻煩可以執行我的一鍵指令碼
(其它一鍵系列:
centos8 yum 安裝 配置 nginx
nginx是最近非常火的web伺服器,所以centos8也在yum官方源中新增了nginx 1.14,就不用再手動配置源了,直接安裝即可 yum install y nginx稍等一會,即可安裝完成 啟動 nginx systemctl start nginx.service如果一切順利的話,現在就...
yum源替換為阿里網易源
一,鑑於用國外的yum源,速度比較慢,所以想到將國外的yum源,改為國內的yum源,著名的有網易 阿里雲源。二,更改yum源為網易的 首先備份 etc yum.repos.d centos base.repo mv etc yum.repos.d centos base.repo etc yum.r...
Redhat7 6 yum源替換阿里yum源
1.所需要的rpm安裝包 可能有些包之間的小版本好不一樣,可以直接去阿里雲上 wget yum metadata parser 1.1.4 10.el7.x86 64.rpmwget yum 3.4.3 161.el7.centos.noarch.rpmwget yum plugin fastest...