| ms.topic | include |
|---|---|
| ms.custom | devx-track-azurecli, linux-related-content |
RPMs are released for Azure Linux through CBL-Mariner. The azure-cli package supports ARM64
architecture from CLI version 2.46.0.
To install the Azure CLI, follow these steps:
-
Install the official Microsoft curated set of trusted root certificates:
sudo tdnf install ca-certificates
-
Install Azure CLI:
sudo tdnf install azure-cli
Available versions can be found at Azure CLI release notes.
To view available versions with command:
tdnf list azure-cliTo install specific version:
sudo tdnf install azure-cli-<version>-1Update the Azure CLI with the tdnf update command:
sudo tdnf update azure-cli[!INCLUDE uninstall-boilerplate.md]
Remove the package from your system:
sudo tdnf remove azure-cli[!INCLUDE remove-data-boilerplate.md]