配置yum源时报错

在配置yum源时出现以下错误

[root@oracle ~]# cd /etc
[root@oracle etc]# mv yum.repos.d yum.repos.d.bak
[root@oracle etc]# mkdir yum.repos.d
[root@oracle etc]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
-bash: wget: 未找到命令
[root@oracle etc]# yum clean all
已加载插件: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>

网上很多说是要重新配置yum源,但是在拉取镜像时要用到wget(wget并没有安装)

解决方案是:

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

(请参考:centos7 安装用yum命令安装wget无法安装 - 简书

之后就可以安装wget 

yum install -y wget

若是还有报错,就删掉原来的文件,重新配置

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
这个报错信息表明在运行yum命令,没有启用任何软件源。\[2\]要解决这个问题,你可以运行"yum repolist all"命令来查看已启用的软件源。如果没有任何已启用的软件源,你可以使用以下命令来启用Red Hat Subscription Management repositories: "subscription-manager repos --enable <repo>" 或者启用自定义软件源: "yum-config-manager --enable <repo>"。\[2\]此外,你还可以尝试重新安装所需的软件包,例如运行以下命令来安装一些常见的软件包: "yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel"。\[3\]如果在第一次运行失败,你可以尝试重启虚拟机并重新挂载光盘,然后再次运行命令。希望这些解决方法能帮助你解决问题。 #### 引用[.reference_title] - *1* *3* [linux yum报错:Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile](https://blog.csdn.net/m0_37571475/article/details/116305098)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down1,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* [已加载插件:fastestmirror Loading mirror speeds from cached hostfile There are no enabled repos....](https://blog.csdn.net/qq_43224174/article/details/121733073)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down1,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值