您的位置 首页 技术

centos yum无法使用怎么解决

在用yum安装gcc的时候,报了错误: [root@001 ~]#yum -y install gcc gcc-c++ kernel-develLoaded plugins: fa…

在用yum安装gcc的时候,报了错误:

[root@001 ~]#yum -y install gcc gcc-c++ kernel-develLoaded plugins: fastestmirror, langpacksLoading 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>

1、检查是否断网

ping www.baidu.com

2、如果没断网,则说明是yum镜像没有了,需要下载一个:

cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.backup wget http://mirrors.163.com/.help/CentOS6-Base-163.repo mv CentOS6-Base-163.repo CentOS-Base.repo yum clean all

相关视频教程推荐:linux视频教程

以上就是centos yum无法使用怎么解决的详细内容,更多请关注24课堂在线网其它相关文章!

本文来自网络,不代表24小时课堂在线立场,转载请注明出处:https://www.24ketang.cn/54748.html

为您推荐

返回顶部