双十一活动
火爆
centos7运行yum无法使用
发布时间:2022-06-05 09:25
阅读量:2074
entos7运行yum报如下提示:
Run "yum repolist all" to see the repos you have.
To enable Red Hat Subscription Management repositories:
subscription-manager repos --enable <repo>
To enable custom repositories:
yum-config-manager --enable <repo>
解决办法:
yum -y install yum-utils
如果不能运行先试着更换yum源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo