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

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 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 Cursor on Ubuntu 26.04, 24.04 and 22.04
Cursor on Ubuntu has two useful Linux entry points: the graphical desktop editor and the terminal-based Cursor Agent CLI. The desktop app is easiest to maintain through Anysphere's...

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