Ubuntu developer tool guides - Page 2
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 2 of 3.

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

How to Install Python 3.12 on Ubuntu 26.04, 24.04 and 22.04
To install Python 3.12 on Ubuntu, match the method to your LTS release. Ubuntu 24.04 already ships Python 3.12, Ubuntu 22.04 uses the Deadsnakes PPA for python3.12, and...

How to Install Python 3.14 on Ubuntu 26.04, 24.04 and 22.04
Python 3.14 brings deferred evaluation of annotations, template strings, standard-library subinterpreters, and free-threaded runtime improvements. To install Python 3.14 on Ubuntu, use the channel that matches your release...

How to Install GitHub Desktop on Ubuntu 26.04, 24.04 and 22.04
GitHub Desktop gives Ubuntu users a visual Git version-control workflow for staging commits, switching branches, reviewing pull requests, and handling merges without turning every task into a terminal...

How to Create a Python Virtual Environment on Ubuntu 26.04, 24.04 and 22.04
Ubuntu protects its system Python more aggressively now, so the clean way to install project libraries is to keep them out of /usr/lib/python3/dist-packages. When you create a Python...

How to Install CMake on Ubuntu 26.04, 24.04 and 22.04
Install CMake on Ubuntu when you need one build configuration to generate Make, Ninja, or IDE project files across local development and CI. Ubuntu's default repositories are the...

How to Install VSCodium on Ubuntu 26.04, 24.04 and 22.04
VSCodium gives Ubuntu users the familiar VS Code editing workflow without Microsoft's telemetry, branding, or default Marketplace wiring. You can install VSCodium on Ubuntu through the upstream APT...

How to Install Docker on Ubuntu 26.04, 24.04 and 22.04
Most CI pipelines, Compose files, and local development stacks expect Docker rather than only a compatible container runtime. To install Docker on Ubuntu 26.04, 24.04, or 22.04 LTS,...

How to Install Visual Studio Code on Ubuntu 26.04, 24.04 and 22.04
Ubuntu developers often choose Visual Studio Code when they want IntelliSense, debugging, Git integration, terminal access, and the extension marketplace in one desktop editor. To install Visual Studio...

How to Install Composer on Ubuntu 26.04, 24.04 and 22.04
PHP projects drift quickly when each workstation resolves dependencies a little differently. To install Composer on Ubuntu, use the Ubuntu repository package for the distro-managed path, or use...

How to Install Beekeeper Studio on Ubuntu 26.04, 24.04 and 22.04
Querying databases from a terminal works until you need to compare table data, save repeatable SQL, or tunnel through SSH to a remote server. You can install Beekeeper...

How to Install Claude Code on Ubuntu 26.04, 24.04 and 22.04
Claude Code is most useful on Ubuntu when it can work from the same terminal where you already run Git, tests, package managers, and project scripts. The cleanest...