yum切换源
2021/5/15 7:25:29
本文主要是介绍yum切换源,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
备份
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo_bak
2 网易yum源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo
yum clean all
yum makecache
3阿里云yum源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
4 epel源
yum -y install epel-release
yum clean all
yum makecache
这三个源基本满足所有开发需求所需要的yum源,有意深入了解linux系统,想搞分布式服务器的同学建议使用编译安装,了解每个依赖库的作用,编译安装可以看我的其它教程
这篇关于yum切换源的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-19Vue3+SpringBoot资料入门教程
- 2024-11-19Vue3+SpringBoot资料入门教程
- 2024-11-18Springboot框架入门:简单教程详解
- 2024-11-18Springboot框架入门:简单教程助你快速上手
- 2024-11-18SpringBoot企业级开发入门教程
- 2024-11-18Springboot企业级开发入门教程
- 2024-11-18SpringBoot微服务入门教程
- 2024-11-18Springboot微服务入门教程
- 2024-11-18Springboot项目开发入门:轻松开启你的第一个Spring Boot应用
- 2024-11-18Springboot项目开发入门教程