CentOS 7 更换软件仓库

CentOS 7 于2024年6月30日停止维护,官方仓库已经没有软件了,想要继续使用 ,需要更换软件仓库,这里更换到阿里云的软件仓库 https://developer.aliyun.com/mirror/

查看目前可用的软件数量

bash 复制代码
yum repolist

更换软件仓库:

1、更换到 root 用户

bash 复制代码
su - root

2、 删除默认的官方软件仓库

bash 复制代码
rm -rf /etc/yum.repos.d/*

3、查看目前仓库情况

bash 复制代码
yum repolist

4、打开阿里云的镜像网站: https://developer.aliyun.com/mirror/ ,复制命令到终端上执行

bash 复制代码
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
bash 复制代码
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

5、查看软件仓库最新情况

bash 复制代码
yum repolist
相关推荐
良许Linux8 分钟前
0.96寸OLED显示屏详解
linux·服务器·后端·互联网
蜜獾云18 分钟前
docker 安装雷池WAF防火墙 守护Web服务器
linux·运维·服务器·网络·网络安全·docker·容器
小屁不止是运维20 分钟前
麒麟操作系统服务架构保姆级教程(五)NGINX中间件详解
linux·运维·服务器·nginx·中间件·架构
Hacker_Oldv24 分钟前
WPS 认证机制
运维·服务器·wps
bitcsljl33 分钟前
Linux 命令行快捷键
linux·运维·服务器
ac.char36 分钟前
在 Ubuntu 下使用 Tauri 打包 EXE 应用
linux·运维·ubuntu
Cachel wood1 小时前
python round四舍五入和decimal库精确四舍五入
java·linux·前端·数据库·vue.js·python·前端框架
Youkiup1 小时前
【linux 常用命令】
linux·运维·服务器
qq_297504611 小时前
【解决】Linux更新系统内核后Nvidia-smi has failed...
linux·运维·服务器
_oP_i1 小时前
.NET Core 项目配置到 Jenkins
运维·jenkins·.netcore