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
80 matched guides, best match first. Page 4 of 7.

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

How to Install PyCharm on Ubuntu 26.04, 24.04 and 22.04
PyCharm on Ubuntu now centers on the unified pycharm package name. JetBrains' current Linux packaging no longer asks you to choose separate Community or Professional installers for the...

How to Install Python 3.11 on Ubuntu 26.04, 24.04 and 22.04
Install Python 3.11 on Ubuntu 26.04, 24.04, or 22.04 from the Deadsnakes PPA when you need broad wheel support, mature library compatibility, and an APT-managed interpreter alongside Ubuntu's...

How to Install IDLE Python on Ubuntu 26.04, 24.04 and 22.04
You do not need a separate IDLE download on Ubuntu. You can install IDLE Python on Ubuntu from the default repositories, and the package gives you Python's built-in...