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
82 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 Codex CLI on Ubuntu 26.04, 24.04 and 22.04
Install Codex CLI on Ubuntu 26.04, 24.04, and 22.04 with OpenAI's standalone installer, then compare npm and Homebrew options, authenticate with ChatGPT or an API key, and manage...

How to Install Insomnia on Ubuntu 26.04, 24.04 and 22.04
Install Insomnia on Ubuntu 26.04, 24.04, and 22.04 with a clear choice between Kong's APT repository, the GitHub DEB package, and Snap, so API testing workflows get validated...

How to Install GitHub CLI on Ubuntu 26.04, 24.04 and 22.04
Install GitHub CLI on Ubuntu 26.04, 24.04, and 22.04 using GitHub's official APT repository when you want current gh releases, normal package updates, browser authentication, common repository commands,...

How to Install Google Antigravity on Ubuntu 26.04, 24.04 and 22.04
Install Google Antigravity on Ubuntu 26.04, 24.04, or 22.04 without mixing package sources. The guide separates the current desktop app, Antigravity IDE, agy CLI, and legacy APT package...

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