本帖最后由 宝塔用户_torvfv 于 2024-8-7 17:07 编辑
dnf 和yum安装命令都报错
[root@mail ~]# yum install rspamd -y
Last metadata expiration check: 0:04:24 ago on Wed 07 Aug 2024 04:03:04 PM CST.
Error:
Problem: conflicting requests
- nothing provides libhs.so.5()(64bit) needed by rspamd-3.9.1-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@mail ~]# yum install rspamd
Last metadata expiration check: 0:49:38 ago on Wed 07 Aug 2024 04:03:04 PM CST.
Error:
Problem: conflicting requests
- nothing provides libhs.so.5()(64bit) needed by rspamd-3.9.1-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@mail ~]# yum -y remove respamd
No match for argument: respamd
No packages marked for removal.
Dependencies resolved.
Nothing to do.
Complete!
[root@mail ~]# yum -y install rspamd
Last metadata expiration check: 0:52:36 ago on Wed 07 Aug 2024 04:03:04 PM CST.
Error:
Problem: conflicting requests
- nothing provides libhs.so.5()(64bit) needed by rspamd-3.9.1-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@mail ~]# sudo dnf install rspamd
Last metadata expiration check: 0:57:51 ago on Wed 07 Aug 2024 04:03:04 PM CST.
Error:
Problem: conflicting requests
- nothing provides libhs.so.5()(64bit) needed by rspamd-3.9.1-1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) |