在终端执行yum -y install wget时,终端提示:
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
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>
解决方法:在终端运行curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
再运行安装命令:yum -y install wget即可
作者:lijunlin
链接:https://www.jianshu.com/p/ab0aea07ef91
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。