Skip to content

Commit

Permalink
Add warning for dropping Ubuntu 14.04 (Trusty Tahir) and Debian 8 (Je…
Browse files Browse the repository at this point in the history
…ssie) support (#2968)
  • Loading branch information
jiasli authored Feb 17, 2022
1 parent 3709b38 commit d70a418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs-ref-conceptual/includes/cli-install-linux-apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ The `apt` package manager contains an x86_64 package for the Azure CLI that has
| Ubuntu | 14.04 LTS (Trusty Tahir), 16.04 LTS (Xenial Xerus), 18.04 LTS (Bionic Beaver), 20.04 LTS (Focal Fossa), 21.04 (Hirsute Hippo) |
| Debian | Debian 8 (Jessie), Debian 9 (Stretch), Debian 10 (Buster), Debian 11 (Bullseye) |

> [!WARNING]
> Starting from Azure CLI 2.34.0, no DEB packages will be released for Ubuntu 14.04 (Trusty Tahir) and Debian 8 (Jessie). You may continue to use historical versions of Azure CLI on these systems, but there will be no updates or bugfixes. Consider upgrading to newer versions of Ubuntu or Debian to use the latest Azure CLI.
> [!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`.
>
Expand Down

0 comments on commit d70a418

Please sign in to comment.