最近安装了个虚拟机,yum的时候提示 Cannot find a valid baseurl for repo: base/7/x86_64 。这个是本地的yum源不可用了,解决方案如下:
直接执行即可,无需备份之前的,官方源已经停止维护了
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
yum clean all && yum makecache