RHEL8システムにgitをインストールしようとするとエラーが発生する

RHEL8システムにgitをインストールしようとするとエラーが発生する

RHEL 8を使用してAWSで新しいEC2を作成しました。私はこれをしようとしますsudo yum install git

ただし、次のエラーが発生します。

Updating Subscription Management repositories.
Last metadata expiration check: 0:03:39 ago on Sat 29 May 2021 08:22:36 PM UTC.
Error:
 Problem: package perl-4:5.16.3-299.el7_9.x86_64 requires libnsl.so.1()(64bit), but none of the providers can be installed
  - cannot install both glibc-2.17-322.el7_9.x86_64 and glibc-2.28-151.el8.x86_64
  - package git-1.8.3.1-23.el7_8.x86_64 requires /usr/bin/perl, but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(strict), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(vars), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(lib), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(File::Basename), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(warnings), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(File::stat), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(File::Copy), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl(File::Find), but none of the providers can be installed
  - package git-1.8.3.1-23.el7_8.x86_64 requires perl >= 5.008, but none of the providers can be installed
  - package NetworkManager-cloud-setup-1:1.30.0-7.el8.x86_64 requires libc.so.6(GLIBC_2.25)(64bit), but none of the providers can be installed
  - conflicting requests
  - problem with installed package NetworkManager-cloud-setup-1:1.30.0-7.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

このエラーを解決する方法をご存知ですか?

修正しようとしましたが、sudo yum install git --allowerasing次のエラーが発生しました。

Updating Subscription Management repositories.
Last metadata expiration check: 0:06:53 ago on Sat 29 May 2021 08:22:36 PM UTC.
Error:
 Problem: The operation would result in removing the following protected packages: systemd-udev
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[ec2-user@puppet GPGKEYS]$ sudo yum install git --allowerasing --nobest
Updating Subscription Management repositories.
Last metadata expiration check: 0:07:11 ago on Sat 29 May 2021 08:22:36 PM UTC.
Error:
 Problem: The operation would result in removing the following protected packages: systemd-udev
(try to add '--skip-broken' to skip uninstallable packages)

ベストアンサー1

いつでもFedora epelリポジトリをインストールできます。

RHEL自体から抜け出すことができるかどうかはわかりませんが、ただ捨ててください。

sudo yum epel-releaseのインストール

おすすめ記事