Team,
Unable to install compat-openssl10 and azure-cli in CIS (Center for Internet Security) redhat level 1 (Azure)
sudo yum install -y compat-openssl10
sudo yum install -y azure-cli
[redcisma@redcisma ~]$ sudo yum install -y compat-openssl10
Loaded plugins: langpacks, product-id, search-disabled-repos
No package compat-openssl10 available.
Error: Nothing to do
[redcisma@redcisma ~]$ sudo yum install -y azure-cli
Loaded plugins: langpacks, product-id, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package azure-cli.x86_64 0:2.46.0-1.el8 will be installed
--> Processing Dependency: python39 for package: azure-cli-2.46.0-1.el8.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.28)(64bit) for package: azure-cli-2.46.0-1.el8.x86_64
--> Finished Dependency Resolution
Error: Package: azure-cli-2.46.0-1.el8.x86_64 (packages-microsoft-com-prod)
Requires: libc.so.6(GLIBC_2.28)(64bit)
Error: Package: azure-cli-2.46.0-1.el8.x86_64 (packages-microsoft-com-prod)
Requires: python39
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[redcisma@redcisma ~]$
Note: Same steps are working in redhat VM (Azure).
Anything I am missing here? Any reference to overcome this issue?