Beim Versuch, Git auf einer RHEL8-Box zu installieren, wird ein Fehler angezeigt

Beim Versuch, Git auf einer RHEL8-Box zu installieren, wird ein Fehler angezeigt

Ich habe eine neue EC2 auf AWS erstellt, mit RHEL 8. Ich versuche zu tunsudo yum install git

Aber ich erhalte diesen Fehler zurück:

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)

Weiß jemand, wie ich diesen Fehler umgehen kann?

Ich versuche, das Problem über zu beheben sudo yum install git --allowerasing, aber dadurch tritt der folgende Fehler auf.

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)

Antwort1

Sie können die Fedora-Epel-Repos jederzeit installieren.

Ich bin nicht sicher, ob Sie von RHEL selbst abweichen können, aber ich werfe es einfach mal in den Raum.

sudo yum installiere epel-release

verwandte Informationen