Skip to content

Commit f4f28e1

Browse files
authored
Arm64 package is available (#3522)
* Init * Add note * Revert #3505 * Only provides arm64 package for apt dnf tdnf * Minor fix
1 parent 60b3283 commit f4f28e1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs-ref-conceptual/includes/cli-install-linux-apt.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: devx-track-azurecli
99

1010
## Overview
1111

12-
The `apt` package manager contains an x86_64 package for the Azure CLI that has been tested on the following distributions.
12+
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.
1313

1414
| Distribution | Version |
1515
|:-------------|:--------|
@@ -21,8 +21,10 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has
2121
2222
> [!WARNING]
2323
> 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`.
24+
25+
> [!NOTE]
2426
>
25-
> The `azure-cli` deb package does not support ARM64 architecture.
27+
> The `azure-cli` package supports ARM64 architecture from `2.46.0`.
2628
2729
## Installation Options
2830

@@ -59,7 +61,7 @@ If you prefer a step-by-step installation process, complete the following steps
5961
sudo chmod go+r /etc/apt/keyrings/microsoft.gpg
6062
```
6163

62-
3. Add the Azure CLI software repository:
64+
3. <div id="set-release"/>Add the Azure CLI software repository:
6365

6466
```bash
6567
AZ_REPO=$(lsb_release -cs)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ For Linux distributions with `dnf` such as RHEL 8/9 or CentOS Stream 8/9, there
2424
>
2525
> Use the `yum` package manager if you are using Linux systems that does not support the `dnf` package manager.
2626
27+
> [!NOTE]
28+
>
29+
> The `azure-cli` package supports ARM64 architecture from `2.46.0`.
30+
2731
## Install
2832

2933
1. Import the Microsoft repository key.

docs-ref-conceptual/includes/cli-install-linux-tdnf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ ms.custom: devx-track-azurecli
1111

1212
RPMs are released for [CBL-Mariner](https://github.com/microsoft/CBL-Mariner) 2.0.
1313

14+
> [!NOTE]
15+
>
16+
> The `azure-cli` package supports ARM64 architecture from `2.46.0`.
17+
1418
## Install
1519

1620
Install with the `tdnf install` command:

0 commit comments

Comments
 (0)