Skip to content

Commit e437b83

Browse files
authored
Merge pull request cli#12191 from cli/af/12182-debian-ubuntu-community-install-docs
Add Debian/Ubuntu to unofficial packages
2 parents 4be79a3 + f28eaa7 commit e437b83

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/install_linux.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ To upgrade:
207207
conda update gh --channel conda-forge
208208
```
209209

210+
### Debian Community
211+
212+
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).
213+
214+
> [!NOTE]
215+
> 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.
216+
210217
### Fedora Community
211218

212219
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).
@@ -389,6 +396,13 @@ To upgrade:
389396
spack uninstall gh && spack install gh
390397
```
391398

399+
### Ubuntu Community
400+
401+
The [GitHub CLI package](https://packages.ubuntu.com/noble/gh) is synced from [upstream Debian Community package](#debian-community).
402+
403+
> [!NOTE]
404+
> 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.
405+
392406
### Void Linux
393407

394408
The [GitHub CLI package](https://voidlinux.org/packages/?arch=x86_64&q=github-cli): is supported by the Void Linux community with updates powered by [void-linux/void-packages](https://github.com/void-linux/void-packages/tree/master/srcpkgs/github-cli).

0 commit comments

Comments
 (0)