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

How to Install Codex CLI on Fedora 44
Fedora's versioned Node.js packages make npm the cleanest default way to install Codex CLI on Fedora, because Fedora can provide the runtime while npm installs OpenAI's terminal coding...

How to Install GitHub Desktop on Debian 13, 12 and 11
GitHub Desktop fills a practical gap on Debian when you want GitHub pull requests, branch switching, commits, and conflict review in a graphical workflow instead of doing every...

How to Install CMake on Debian 13, 12 and 11
CMake version choice matters on Debian because each release carries a different repository package while upstream CMake moves faster for new generator, policy, and language features. To install...

How to Install Composer on Fedora 44
PHP projects drift fast when each machine resolves a different dependency tree. You can install Composer on Fedora from the official repositories or with the upstream installer, then...

How to Install Python on Fedora 44
Fedora already tracks CPython closely, and current Fedora releases expose far more than a single default interpreter. If you need to install Python on Fedora, the safer path...

How to Install VSCodium on Fedora 44
Fedora developers who like the Visual Studio Code layout but do not want Microsoft's telemetry usually end up at VSCodium. The cleanest way to install VSCodium on Fedora...

How to Install Claude Code CLI on Fedora 44
Working inside a Fedora terminal is easier when the same tool can inspect files, answer repository questions, run commands, and propose edits without moving the project into a...

How to Install Docker on Fedora 44
Fedora's default container workflow centers on Podman, but many Compose stacks, CI runners, vendor scripts, and team runbooks still expect the Docker daemon and Docker CLI. To install...

How to Install GitHub Desktop on Fedora 44
Reviewing a pull request is easier when you can see changed files, branches, and commit history without turning every step into a Git command. To install GitHub Desktop...

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