[root@iZwz96wgquf8g6okusxr0uZ yum.repos.d]# yum install yum-download
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
No package yum-download available.
Error: Nothing to do

对于此错误,我一般习惯性先去更新一下yum仓库:

[root@iZwz96wgquf8g6okusxr0uZ ~]# yum -y update

再次运行安装yum install yum-download,发现错误依旧。

所以接下来可以通过yum search的查找列出yum-download相关的包名:

[root@iZwz96wgquf8g6okusxr0uZ ~]# yum search download

发现也没有,只好下载rpm包来安装了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
相关资源
相似解决方案