diff --git a/docs-ref-conceptual/includes/cli-install-linux-apt.md b/docs-ref-conceptual/includes/cli-install-linux-apt.md index 1275a3ac88..9055b63ce2 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-apt.md +++ b/docs-ref-conceptual/includes/cli-install-linux-apt.md @@ -9,7 +9,7 @@ ms.custom: devx-track-azurecli ## Overview -The `apt` package manager contains an x86_64 package for the Azure CLI that has been tested on the following distributions. +The `apt` package manager contains x86_64 and ARM64 packages for the Azure CLI that has been tested on the following distributions. There is no ARM64 package for Ubuntu 18.04. | Distribution | Version | |:-------------|:--------| @@ -21,8 +21,10 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has > [!WARNING] > Ubuntu 20.04 (Focal Fossa) and 20.10 (Groovy Gorilla) include an `azure-cli` package with version `2.0.81` provided by the `universe` repository. This package is outdated and not recommended. If this package is installed, remove the package before continuing by running the command `sudo apt remove azure-cli -y && sudo apt autoremove -y`. See [Ubuntu package management](https://ubuntu.com/server/docs/package-management) or [ask ubuntu](https://askubuntu.com/search?q=apt+autoremove) for more information on `apt remove`. + +> [!NOTE] > -> The `azure-cli` deb package does not support ARM64 architecture. +> The `azure-cli` package supports ARM64 architecture from `2.46.0`. ## Installation Options @@ -59,7 +61,7 @@ If you prefer a step-by-step installation process, complete the following steps sudo chmod go+r /etc/apt/keyrings/microsoft.gpg ``` -3. Add the Azure CLI software repository: +3.
Add the Azure CLI software repository: ```bash AZ_REPO=$(lsb_release -cs) diff --git a/docs-ref-conceptual/includes/cli-install-linux-dnf.md b/docs-ref-conceptual/includes/cli-install-linux-dnf.md index b6831421a8..8240840d27 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-dnf.md +++ b/docs-ref-conceptual/includes/cli-install-linux-dnf.md @@ -24,6 +24,10 @@ For Linux distributions with `dnf` such as RHEL 8/9 or CentOS Stream 8/9, there > > Use the `yum` package manager if you are using Linux systems that does not support the `dnf` package manager. +> [!NOTE] +> +> The `azure-cli` package supports ARM64 architecture from `2.46.0`. + ## Install 1. Import the Microsoft repository key. diff --git a/docs-ref-conceptual/includes/cli-install-linux-tdnf.md b/docs-ref-conceptual/includes/cli-install-linux-tdnf.md index ba0b943cd1..b288a95180 100644 --- a/docs-ref-conceptual/includes/cli-install-linux-tdnf.md +++ b/docs-ref-conceptual/includes/cli-install-linux-tdnf.md @@ -11,6 +11,10 @@ ms.custom: devx-track-azurecli RPMs are released for [CBL-Mariner](https://github.com/microsoft/CBL-Mariner) 2.0. +> [!NOTE] +> +> The `azure-cli` package supports ARM64 architecture from `2.46.0`. + ## Install Install with the `tdnf install` command: