我正在尝试moreutils
在 Red Hat Enterprise Linux 7.4 上安装,但它抱怨依赖于perl(IPC::Run)
. 这是我正在运行的命令和收到的错误消息:
# /bin/yum -d 0 -e 0 -y install moreutils
Error: Package: moreutils-0.49-2.el7.x86_64 (epel)
Requires: perl(IPC::Run)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我已经尝试搜索该包perl-IPC-Run
,但它似乎不可用。
原来
Perl-IPC-Run
是在rhel-7-server-optional-rpms
尚未启用的存储库中。这些是我为解决此问题而采取的步骤:
现在该
Perl-IPC-Run
软件包可用并且moreutils
安装时没有错误。我已经下载了 perl-IPC-Run-0.84-2.el6.rfx.noarch 并修复了问题 http://rpmfind.net/linux/rpm2html/search.php?query=perl-IPC-Run