Recebendo um erro ao tentar instalar o git na caixa RHEL8

Recebendo um erro ao tentar instalar o git na caixa RHEL8

Criei um novo EC2 na AWS, usando RHEL 8. Tento fazersudo yum install git

Mas recebo de volta este erro:

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)

Alguém sabe como posso contornar esse erro?

Tento consertar via sudo yum install git --allowerasing, mas dá o erro abaixo.

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)

Responder1

Você sempre pode instalar os repositórios Fedora epel.

Não tenho certeza se você é capaz de se desviar do próprio RHEL, mas apenas jogue-o fora.

sudo yum instalar epel-release

informação relacionada