-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Hey team. Hope everything is going well!
We just noticed some issues recently when installing the Azure CLI in an automated manner For RHEL 9 (The errors started round 2025-02-03) . We now receive this message:
"Depsolve Error occurred: \n Problem: conflicting requests\n - nothing provides system-release < 9 needed by packages-microsoft-prod-1.1-2.noarch from @commandline"
The error is self-explanatory - it expects a system-release version < 9. However the repository being added is https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm as explained in step 2 from the Azure CLI installation instructions [1]. This should be the correct repository for RHEL 9.
Is it possible that there were some recent changes in this repository?
[1] https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=dnf#install-azure-cli