欢迎光临
我们一直在努力

CentOS7报错There are no enabled repos. Run "yum repolist all" to see the repos you have

在一台CentOS7的服务器上遇到标题标错:

[root@localhost ~]# yum install -y wgetLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfileThere 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>

通过yum什么都不能安装,搜索了下解决方法,所以记录下来。

报错信息如图:

解决方法为:

下载对应版本repo文件, 放入/etc/yum.repos.d/里,下载地址:http://mirrors.163.com/.help/centos.html

***因为我这台机器wget也不能用,所以我是下载到本地sftp上去的***

完成后,查看/etc/yum.repos.d文件夹下是否有了CentOS-Base.repo文件,然后生成缓存。

yum clean all yum makecache

最后再次执行我们之前报错的命令,已经OK了。

赞(2) 打赏
未经允许不得转载:沃园 » CentOS7报错There are no enabled repos. Run "yum repolist all" to see the repos you have
分享到: 更多 (0)

评论 抢沙发

评论前必须登录!

 

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏