RHEL 7.2
を使用していて、Perl
をインストールしたいと思います。 yum install Perl
を実行すると、次のように出力されます。
# yum install Perl
......
Total size: 11 M
Total download size: 8.0 M
Installed size: 36 M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for rhel-7-server-rpms
Perl-File-Path-2.09-2.el7.noar FAILED ] 0.0 B/s | 0 B --:--:-- ETA
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/Packages/Perl-File-Path-2.09-2.el7.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=rhel-7-server-rpms clean metadata
Trying other mirror.
Perl-5.16.3-286.el7.x86_64.rpm FAILED ] 258 kB/s | 4.7 MB 00:00:13 ETA
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/Packages/Perl-5.16.3-286.el7.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=rhel-7-server-rpms clean metadata
Trying other mirror.
Error downloading packages:
Perl-File-Path-2.09-2.el7.noarch: [Errno 256] No more mirrors to try.
4:Perl-5.16.3-286.el7.x86_64: [Errno 256] No more mirrors to try.
yum --enablerepo=rhel-7-server-rpms clean metadata
を試しましたが、結果は同じです。この問題を修正して、Perl
をRHEL 7
に正常にインストールするにはどうすればよいですか?
yum clean all
を実行するだけです:
yum clean all
その後、この問題は解決されます。