在CentOS 8中使用dnf
,我尝试安装蒙多救援,但失败并显示以下消息。我无法理解发生了什么事。有人可以告诉我如何解决这个问题吗?
$ 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)
答案1
这是硬编码到包中的包要求规格文件。我没有看到任何提供它的存储库。 Debian 软件包也没有列出主页,只是对已不复存在的页面的引用sunsite.org.uk它于 1997 年发布的网站。
我想除了基于 Debian 的发行版之外,没有其他发行版支持它了。
我建议您提交一个错误,因为很明显没有人在 Fedora 上测试过该软件,但仍继续为其打包。