author | ms.author | ms.date | ms.topic | ms.custom |
---|---|---|---|---|
dbradish-microsoft |
dbradish |
08/01/2023 |
include |
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-cli
To install specific version:
sudo tdnf install azure-cli-<version>-1
Update 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]
[!INCLUDElinux-completion.md]