From 6902ae8d9224c40743497bfb335629241c91d795 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Mon, 24 Nov 2025 16:27:39 -0500 Subject: [PATCH] Add Debian/Ubuntu to unofficial packages Fixes #12182 --- docs/install_linux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/install_linux.md b/docs/install_linux.md index c3efb0877..cfa95a4ab 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -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.