赞
踩
一、在VMware15 虚拟机里配置阿里yum源
1.建议下载Xshell类型的软件连接VMware15方便操作,没有下载Xshell同样可以进行如下操作。
2.备份一个虚拟机里的yum源文件:mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.下载新的CentOS-Base.repo 到/etc/yum.repos.d/
CentOS6:curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-6.repo
CentOS7:curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
CentOS8:curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
注:是在没有下载wget的情况下,使用curl即可
3.yum clean all
4.运行yum makecache生成缓存
5.输入cd /etc/yum.repos.d/切换至下载阿里yum的文件夹
6.输入vi CentOS-Base.repo检查是否成功
7.输入:q!退出即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。