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
사용할 수 없는 것 같습니다.
답변1
아직 활성화되지 않은 저장소에 Perl-IPC-Run
있는 것으로 나타났습니다 .rhel-7-server-optional-rpms
문제를 해결하기 위해 취한 단계는 다음과 같습니다.
# subscription-manager repos --enable=rhel-7-server-optional-rpms
Repository 'rhel-7-server-optional-rpms' is enabled for this system.
# yum search Perl-IPC-Run
...
perl-IPC-Run.noarch : Perl module for interacting with child processes
이제 패키지 Perl-IPC-Run
를 사용할 수 있으며 moreutils
오류 없이 설치됩니다.
답변2
perl-IPC-Run-0.84-2.el6.rfx.noarch를 다운로드하고 문제를 해결했습니다. http://rpmfind.net/linux/rpm2html/search.php?query=perl-IPC-Run