刪除原有的yum源: 重新下載阿裡雲的yum源: wget -O 可自行百度 列出yum各軟體包: 清除緩存: 如果沒安裝wget ,yum也還沒配置好,可以直接瀏覽器下載後上傳至/etc/yum.repos.d 並改名為 CentOS-Base.repo ...
刪除原有的yum源:
rm -f /etc/yum.repos.d/*
重新下載阿裡雲的yum源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O 可自行百度
列出yum各軟體包:
yum list
清除緩存:
yum clean all
如果沒安裝wget ,yum也還沒配置好,可以直接瀏覽器下載後上傳至/etc/yum.repos.d 並改名為 CentOS-Base.repo
下載地址:
http://mirrors.aliyun.com/repo/Centos-7.repo
至此,本地yum已配置好,可以開始使用yum一鍵安裝軟體啦!