Skip to content

Commit 47f3dd3

Browse files
committed
Added note about rhel 9 compatibility
1 parent 61ae990 commit 47f3dd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs-ref-conceptual/Latest-version/includes/cli-install-linux-dnf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ To install the Azure CLI, follow these steps:
7474
sudo dnf install azure-cli
7575
```
7676

77+
> [!IMPORTANT]
78+
> **RHEL 9.0 Compatibility**: Because Python 3.9 is end-of-life, Azure CLI 2.72 is the last
79+
> version compatible with RHEL 9.0 systems using Python 3.9. Install Azure CLI 2.72 using: `sudo
80+
> dnf install azure-cli-2.72.0`.
81+
7782
## Install specific version
7883

7984
You must first configure `azure-cli` repository information as shown previously. Available versions

0 commit comments

Comments
 (0)