Add Debian/Ubuntu to unofficial packages

Fixes #12182
This commit is contained in:
Andy Feller 2025-11-24 16:27:39 -05:00
parent 4be79a31e7
commit 6902ae8d92

View file

@ -207,6 +207,13 @@ To upgrade:
conda update gh --channel conda-forge
```
### Debian Community
The [GitHub CLI package](https://packages.debian.org/bookworm/gh) is supported by the Debian community with updates powered by [Debian Go Packaging Team](https://salsa.debian.org/go-team/packages/gh).
> [!NOTE]
> As of November 2025, GitHub CLI maintainers strongly recommend [official Debian packages](#debian) especially as the community-distributed `2.45.x` / `2.46.x` version is broken due to deprecated GitHub APIs.
### Fedora Community
The [GitHub CLI package](https://packages.fedoraproject.org/pkgs/gh/gh/) is supported by the Fedora community with updates powered by [Fedora Project](https://src.fedoraproject.org/rpms/gh).
@ -399,6 +406,13 @@ To install:
sudo xbps-install github-cli
```
### Ubuntu Community
The [GitHub CLI package](https://packages.ubuntu.com/noble/gh) is synced from [upstream Debian Community package](#debian-community).
> [!NOTE]
> As of November 2025, GitHub CLI maintainers strongly recommend [official Debian packages](#debian) especially as the community-distributed `2.45.x` / `2.46.x` version is broken due to deprecated GitHub APIs.
### Webi
[Webi](https://webinstall.dev/) is a tool that aims to effortlessly install developer tools with easy-to-remember URLs from official builds quickly, without sudo or Admin, without a package manager, and without changing system file permissions.