Yum reports an error yum-config-manager --enable <repo>

The centos 7 error is as follows -------------------

There are no enabled repos.
 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>
 

 

Solution, uninstall and reinstall yum

1 First enter this line of code to remove yum

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2 Enter this line of code to install yum

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

ojbk

Guess you like

Origin blog.csdn.net/qq_43289307/article/details/112574399