美文网首页
centos7 安装用yum命令安装wget无法安装

centos7 安装用yum命令安装wget无法安装

作者: lijunlin | 来源:发表于2019-03-10 15:56 被阅读0次

在终端执行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即可

相关文章

网友评论

      本文标题:centos7 安装用yum命令安装wget无法安装

      本文链接:https://www.haomeiwen.com/subject/uhaupqtx.html