Linux developer tool guides - Page 4
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 4 of 7.

How to Install GitHub CLI on Rocky Linux 10, 9 and 8
Pull requests, issues, releases, and GitHub Actions runs are easier to manage when they are available from the same shell you already use for Git. To install GitHub...

How to Install Golang on Fedora 44
Go's fast compiler and static binaries make it a practical fit for Fedora development work, from small command-line tools to services that ship cleanly in containers. To install...

How to Install CMake on Rocky Linux 10, 9 and 8
Many C and C++ builds fail before compilation starts when the project cannot find CMake. The configure step uses CMake to detect compilers, generate Make or Ninja build...

How to Install CMake on Fedora 44
Many C and C++ projects fail before compilation starts when CMake is missing. The configure step uses CMake to detect compilers, generate build files, and locate libraries. Install...

How to Install Python 3.10 on Ubuntu 26.04, 24.04 and 22.04
Python 3.10 introduced structural pattern matching, stricter type union syntax, and improved error messages that many production frameworks and data-science toolchains still depend on. To install Python 3.10...

How to Install Python 3.15 on Ubuntu 26.04, 24.04 and 22.04
Python 3.15 lets Ubuntu developers test the next CPython branch before it becomes the default in future distributions. To install Python 3.15 on Ubuntu safely, keep it beside...

How to Install Python 3.8 on Ubuntu 26.04, 24.04 and 22.04
Python 3.8 reached end-of-life in October 2024, but plenty of legacy projects still depend on it. Ubuntu 26.04, 24.04, and 22.04 ship newer default interpreters (Python 3.14, 3.12,...

How to Install Docker on Arch Linux
Install Docker on Arch Linux from the official repositories when you need Docker Engine, the docker CLI, Compose files, and Buildx builds under pacman management. Arch packages Docker...

How to Install Python on Arch Linux
Install Python on Arch Linux from the official python package when you need CPython for development, automation, data work, or project tooling. Minimal Arch installations do not include...

How to Install Composer on Arch Linux
Most modern PHP projects expect Composer before the first framework, package, or autoloader step works. To install Composer on Arch Linux, use the official composer package from Arch's...

How to Install Python 3.13 on Ubuntu 26.04, 24.04 and 22.04
Python 3.13 introduces a free-threaded runtime preview that lets you test true multi-threaded parallelism without the Global Interpreter Lock, alongside interpreter performance updates and upstream security support through...

How to Install Android Studio on Ubuntu 26.04, 24.04 and 22.04
Keeping Android tooling current matters on Ubuntu because emulator fixes, Gradle support, and IDE updates move faster than many ordinary desktop packages. If you want to install Android...