Linux developer tool guides
Set up a Linux development workstation with editors, CLIs, runtimes, containers, build tools, and distro-specific package sources.
Curated guides
Developer tool guides
80 matched guides, best match first. Page 1 of 7.

How to Install Python Pip on Linux Mint 22 and 21
Linux Mint already includes Python on normal desktop installs, but pip is the tool most Python projects expect when you need packages from PyPI, a requirements.txt file, or...

How to Install Python Pip on Ubuntu 26.04, 24.04 and 22.04
Most Ubuntu desktop installs already include Python, but pip is what turns that interpreter into something you can use for project dependencies, quick library installs, and repeatable requirements...

How to Install pnpm on Ubuntu 26.04, 24.04 and 22.04
JavaScript projects waste a surprising amount of time and disk space when every repository downloads its own copy of the same dependencies. pnpm fixes that with a content-addressable...

How to Install GoLand on Ubuntu 26.04, 24.04 and 22.04
Choose the right GoLand install path for Ubuntu 26.04, 24.04, and 22.04, with source ownership, architecture limits, launch commands, update paths, and cleanup kept separate for Snap, Flatpak,...

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 GitHub Desktop on Linux Mint 22 and 21
Reviewing diffs, resolving merge conflicts, and opening pull requests is usually faster in a GUI than in a terminal full of Git flags. GitHub's own Desktop builds target...

How to Install VSCodium on Linux Mint 22 and 21
VSCodium gives you the VS Code editing workflow without Microsoft's telemetry, branding, or Marketplace defaults. To install VSCodium on Linux Mint, choose the APT repository when you want...

How to Install Google Antigravity on Ubuntu 26.04, 24.04 and 22.04
Before installing Google Antigravity on Ubuntu, choose the product surface you need: the Antigravity 2.0 desktop app for visual agent orchestration, the Antigravity IDE for editor-first coding, or...

How to Install Docker on Linux Mint 22 and 21
Docker on Linux Mint is easiest to maintain when Docker Engine and Docker Desktop are treated as different products. Docker Engine installs from Docker's Ubuntu APT repository and...

How to Install Android Studio on Linux Mint 22 and 21
When you need the Android emulator, SDK Manager, and Kotlin tooling in one place, Android Studio is still the workflow Google builds around. You can install Android Studio...

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...