<網(wǎng)站建設(shè)與運營》最佳bt磁力貓
CentOS 7 于2024年6月30日停止維護(hù),官方倉庫已經(jīng)沒有軟件了,想要繼續(xù)使用 ,需要更換軟件倉庫,這里更換到阿里云的軟件倉庫?https://developer.aliyun.com/mirror/
查看目前可用的軟件數(shù)量
yum repolist
更換軟件倉庫:
1、更換到 root 用戶
su - root
?
?2、 刪除默認(rèn)的官方軟件倉庫
rm -rf /etc/yum.repos.d/*
3、查看目前倉庫情況
yum repolist
4、打開阿里云的鏡像網(wǎng)站:?https://developer.aliyun.com/mirror/?,復(fù)制命令到終端上執(zhí)行
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
?5、查看軟件倉庫最新情況
yum repolist