RHEL关于本地yum仓库的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RHEL关于本地yum仓库的问题相关的知识,希望对你有一定的参考价值。

本地yum仓库配置文件内容如下:
[LocalDVD]
name="LocalDVD"
baseurl=file:///media
enabled=1
gpgcheck=0

光盘已经正确挂载到/media

当我yum install *vnc* 时出现如下错误提示:

Dependencies Resolved
================================================================================
Install 34 Package(s)
Upgrade 24 Package(s)

Total download size: 17 M
Is this ok [y/N]: y
Downloading Packages:

Error Downloading Packages:
tigervnc-server-applet-1.1.0-5.el6.noarch: failure: Packages/tigervnc-server-applet-1.1.0-5.el6.noarch.rpm from LocalDVD: [Errno 256] No more mirrors to try.
tigervnc-server-module-1.1.0-5.el6.x86_64: failure: Packages/tigervnc-server-module-1.1.0-5.el6.x86_64.rpm from LocalDVD: [Errno 256] No more mirrors to try.
libvncserver-devel-0.9.7-4.el6.x86_64: failure: Packages/libvncserver-devel-0.9.7-4.el6.x86_64.rpm from LocalDVD: [Errno 256] No more mirrors to try.
gtk-vnc-devel-0.3.10-3.el6.x86_64: failure: Packages/gtk-vnc-devel-0.3.10-3.el6.x86_64.rpm from LocalDVD: [Errno 256] No more mirrors to try.

yum clean all ; yum makecache后都没解决。求助!!!

参考技术A 错误提示:No more mirrors to try,可能是因为下列原因:

1.请检查软件仓库文件的名字是否为.repo扩展名
2.如果软件仓库的名字正确,看看位置是否正确,正确的路径是/etc/yum.repos.d/

3.光盘是否正确挂载,可用df命令查看

4.光盘如果正常挂载了,可能是光盘中没有相关的软件包,可以使用ls命令结合通道来进行查看,如果没有软件包,可以去下载本回答被提问者采纳
参考技术B 光盘已经正确挂载到/media,还要带路径啊 参考技术C RHEL应该是/media/Server吧 指定包的具体位置

以上是关于RHEL关于本地yum仓库的问题的主要内容,如果未能解决你的问题,请参考以下文章

如何配置Yum仓库?

Linux配置本地YUM源(RHEL8)

centos7本地挂载yum仓库

CentOS 8  配置本地yum源

本地yum仓库配置

Ceph本地yum源配置