如何在 RHEL 8 上安装 pam_mount?

如何在 RHEL 8 上安装 pam_mount?

我正在尝试安装pam_mountRHEL8一直出现此信息:

rror:
 Problem: package pam_mount-2.16-10.el8.x86_64 requires hxtools, but none of the providers can be installed
  - conflicting requests
  - nothing provides perl(encoding) needed by hxtools-20150304-10.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Perl确实安装了:

# perl -v

This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-linux-thread-multi
(with 51 registered patches, see perl -V for more detail)

关于如何操作,有什么建议吗?

答案1

这里有两种可能性:

  1. 您已禁用存储库rhel-8-for-x86_64-appstream-rpms。您需要的依赖项位于此存储库中。

  2. 或者,您的 RHEL 订阅已过期或未激活。需要激活的 RHEL 订阅才能安装软件包。

相关内容