当前位置: 首页 > news >正文

yum换源

背景描述

源:阿里云:
系统:centos7

https://developer.aliyun.com/mirror/

在这里插入图片描述
其他参考地址:

https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b11UchtP5https://developer.aliyun.com/mirror/centos-vault?spm=a2c6h.13651104.d-2001.2.4257320cLEd4fv
操作步骤
sudo wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
sudo wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache
FAQ

1、非阿里云ECS用户会出现 Couldn’t resolve host ‘mirrors.cloud.aliyuncs.com’ 信息,不影响使用。用户也可自行修改相关配置: eg:

sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo

2、报错:Cannot find a valid baseurl for repo: centos-sclo-rh/x86_64
在这里插入图片描述

cd  /etc/yum.repos.d/
sudo rm -rf *
重新执行换源操作步骤

http://www.mrgr.cn/news/83201.html

相关文章:

  • 《HeadFirst设计模式》笔记(上)
  • ProtonBase 荣获 Datafun “数智技术最佳探索奖”
  • Mac-docker配置
  • STM32-ADC模数转换
  • ubuntu为Docker配置代理
  • MySQL Windows 11 的 MySQL 配置文件 (my.ini) 路径查找指南
  • Spring——自动装配
  • 【python基础——异常BUG】
  • redis:安装部署、升级以及失败回退
  • 【算法】八大排序算法
  • UI自动化测试框架playwright--初级入门
  • 音视频入门基础:MPEG2-PS专题(5)——FFmpeg源码中,解析PS流中的PES流的实现
  • K-means算法在无监督学习中的应用
  • 第四、五章图论和网络爬虫+网络搜索
  • python虚拟环境的使用
  • C# 对象和类型(结构)
  • ArrayList和HashMap区别
  • 2025新年源码免费送
  • 【JavaEE进阶】获取Cookie/Session
  • 强化学习入门
  • 【C++】16.stack和queue的使用
  • 【TI毫米波雷达】DCA1000不使用mmWave Studio的数据采集方法,以及自动化实时数据采集
  • UI自动化测试保姆级教程--pytest详解(精简易懂)
  • halcon三维点云数据处理(六)find_box_3d
  • 创建Java项目,并添加MyBatis包和驱动包
  • VSCode 中的 launch.json 配置使用