Skip to content

Commit 87cccfa

Browse files
authored
Init (#5431)
1 parent 9af3f59 commit 87cccfa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@ ms.custom: devx-track-azurecli, linux-related-content
1616

1717
To install the Azure CLI, follow these steps:
1818

19-
1. Import the Microsoft repository key.
19+
1. Import the Microsoft repository key. For RHEL 10 and CentOS Stream 10,
2020

2121
```bash
2222
sudo rpm --import https://packages.microsoft.com/keys/microsoft-2025.asc
2323
```
24+
For lower versions, use the following command:
25+
26+
```bash
27+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
28+
```
2429

2530
2. For RHEL 10, add `packages-microsoft-com-prod` repository:
2631

0 commit comments

Comments
 (0)