Debian developer tool guides
Set up developer tools on Debian with editors, CLIs, runtimes, containers, build dependencies, and distro-specific repositories.
Curated guides
Debian developer tool guides
16 matched guides, best match first. Page 1 of 2.

How to Install GitLab on Debian 13, 12 and 11
A self-hosted GitLab server keeps repositories, merge requests, issue tracking, and CI/CD coordination on your own Debian host. To install GitLab on Debian, use GitLab's Community Edition (CE)...

How to Install PyCharm on Debian 13, 12 and 11
Installing PyCharm on Debian now means choosing between JetBrains' official Snap package and an unofficial APT wrapper. Current PyCharm Linux packaging uses the unified pycharm product name instead...

How to Install Python 3.12 on Debian 13, 12 and 11
Python 3.12 on Debian is now mostly a compatibility branch for projects that are not ready for newer interpreters. Debian 13 (Trixie), Debian 12 (Bookworm), and Debian 11...

How to Install GitHub CLI on Debian 13, 12 and 11
Pull requests, issues, releases, workflow checks, and repository tasks are easier to automate when Debian has GitHub's official gh command available beside Git. To install GitHub CLI on...

How to Install Google Antigravity on Debian 13, 12 and 11
Debian does not package Google Antigravity in its default repositories, and the current Google product split matters before you install anything. To install Google Antigravity on Debian, choose...

How to Install Python 3.13 on Debian 13, 12 and 11
Python 3.13 on Debian depends on the release you run: Debian 13 (Trixie) already ships the 3.13 branch through APT, while Debian 12 (Bookworm) and Debian 11 (Bullseye)...

How to Install Python 3.14 on Debian 13, 12 and 11
Debian stable keeps Python conservative because system tools, package hooks, and many desktop utilities expect the distro-owned interpreter. To install Python 3.14 on Debian without risking APT or...

How to Install Beekeeper Studio on Debian 13, 12 and 11
Querying databases from a terminal works until you need to compare table layouts, save repeatable SQL, or tunnel through SSH to a remote host. To install Beekeeper Studio...

How to Install Composer on Debian 13, 12 and 11
PHP projects get messy fast when each machine pulls a different dependency set. You can install Composer on Debian from the default repositories or from the upstream installer,...

How to Install Docker on Debian 13, 12 and 11
Docker CE gives Debian hosts the container engine most Compose projects, CI runners, build pipelines, and vendor deployment notes expect. The Docker packages from Docker's official APT repository...

How to Install VSCodium on Debian 13, 12 and 11
Debian does not ship VSCodium from its default package archive, so the package source you choose matters before the first install command. VSCodium gives Debian users the familiar...

How to Install GitHub Desktop on Debian 13, 12 and 11
GitHub Desktop fills a practical gap on Debian when you want GitHub pull requests, branch switching, commits, and conflict review in a graphical workflow instead of doing every...