修改Centos系统yum repo镜像地址

yum安装时报以下错误,那么就可以修改yum的镜像源地址:

Gitlab CE Repository                                                                                                          118  B/s | 159  B     00:01
Errors during downloading metadata for repository 'gitlab-ce':
  - Status code: 404 for https://mirrors.cloud.tencent.com/gitlab-ce/yum/el9/repodata/repomd.xml (IP: xxx.xx.xx.xxx)
错误:为仓库 'gitlab-ce' 下载元数据失败 : Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

1、备份系统自带yum源配置文件

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、进入 /etc/yum.repos.d

cd /etc/yum.repos.d

3、删除文件

rm -f *.repo

4、设置

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo

5、缓存

yum clean all
yum makecache

6、更新系统

yum -y update
  • 2
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值