Centos7 minimal解决yum命令安装wget显示无法安装


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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM