在dnf 8中使用CentOS 8,我尝试安装Mondo救援,但是失败了,收到了以下消息。我不明白发生了什么。谁能告诉我怎么解决这个问题吗?
$ curl -OR ftp://ftp.mondorescue.org/centos/8/x86_64/mondorescue.repo
$ sudo mv -i mondorescue.repo /etc/yum.repos.d/
$ cd /etc/yum.repos.d/
$ dnf list mondo
centos 8 x86_64 - mondorescue Vanilla Packages 1.3 kB/s | 12 kB 00:09
Available Packages
mondo.src 3.3.0-1.centos8 mondorescue
mondo.x86_64 3.3.0-1.centos8 mondorescue
$ sudo dnf -y install mondo
CentOS-8 - AppStream 9.3 kB/s | 4.3 kB 00:00
CentOS-8 - Base 8.4 kB/s | 3.9 kB 00:00
CentOS-8 - Extras 4.8 kB/s | 1.5 kB 00:00
CentOS-8 - PowerTools 16 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 12 kB/s | 9.8 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 18 kB/s | 9.3 kB 00:00
centos 8 x86_64 - mondorescue Vanilla Packages 1.3 kB/s | 12 kB 00:08
Error:
Problem: conflicting requests
- nothing provides buffer needed by mondo-3.3.0-1.centos8.x86_64
- nothing provides afio needed by mondo-3.3.0-1.centos8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)发布于 2020-04-26 18:36:36
这是一个包要求,是包规格文件中的硬代码。我没有看到任何提供它的存储库。Debian软件包也没有列出主页,只是对1997年发布的sunsite.org.uk站点的引用。
我想,除了基于Debian的发行版之外,没有其他发行版支持它了。
我建议您提交一个bug,因为很明显,没有人会在Fedora上测试该软件,但仍然会继续为它打包。
https://unix.stackexchange.com/questions/582560
复制相似问题