Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.35 KB

cli-install-linux-tdnf.md

File metadata and controls

67 lines (43 loc) · 1.35 KB
author ms.author ms.date ms.topic ms.custom
dbradish-microsoft
dbradish
08/01/2023
include
devx-track-azurecli, linux-related-content

Install Azure CLI

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:

  1. Install the official Microsoft curated set of trusted root certificates:

    sudo tdnf install ca-certificates
  2. Install Azure CLI:

    sudo tdnf install azure-cli

Install specific version

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 Azure CLI

Update the Azure CLI with the tdnf update command:

sudo tdnf update azure-cli

Uninstall Azure CLI

[!INCLUDE uninstall-boilerplate.md]

Remove the package from your system:

sudo tdnf remove azure-cli

Remove data

[!INCLUDE remove-data-boilerplate.md]

Troubleshooting

[!INCLUDElinux-completion.md]