wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache
相关文章
- 02-09单源最短路的综合应用
- 02-09单源最短路——朴素Dijkstra&堆优化版
- 02-09AI:2020年6月22日北京智源大会演讲分享之10:40-11:30 Zoubin教授《Probabilistic Machine Learning and AI》
- 02-09zoj2314 经典 无源汇有上下界最大流 并输出可行流
- 02-09HOWTO - Basic MSI安装包在安装运行过程中如何获取完整源路径
- 02-09yarn (npm) 切换设置镜像源
- 02-0964位Windows系统如何配置32位ODBC数据源
- 02-09单源最短路径Dijkstra算法,多源最短路径Floyd算法
- 02-09解决Another app is currently holding the yum lock; waiting for it to exit...问题
- 02-09使用DataContext和ItemsSource将数据源绑定到ListView上的区别