Software installation guides - Page 3
Use this path when you need to add software cleanly on Linux: native packages first, third-party repositories when they make sense, and desktop/app-store formats where they are the better fit.
Curated guides
Software install guides
677 matched guides, newest first. Page 3 of 57.

How to Install GitLab on Debian 13, 12 and 11
A self-hosted GitLab server keeps repositories, merge requests, issue tracking, and CI/CD coordination on your own Debian host. To install GitLab on Debian, use GitLab's Community Edition (CE)...

How to Install PyCharm on Debian 13, 12 and 11
Installing PyCharm on Debian now means choosing between JetBrains' official Snap package and an unofficial APT wrapper. Current PyCharm Linux packaging uses the unified pycharm product name instead...

How to Install Wireshark on Debian 13, 12 and 11
Packet captures are often the fastest way to tell whether a failure lives in DNS, TCP, TLS, the firewall, or the application itself. For live traffic, install Wireshark...

How to Install NVIDIA Drivers on Linux Mint 22 and 21
Linux Mint can run NVIDIA GPUs, but it starts with the open-source Nouveau driver instead of NVIDIA's proprietary stack. Install NVIDIA drivers on Linux Mint when you need...

How to Install XanMod Kernel on Linux Mint 22.x
Desktop workloads that need lower input latency, faster I/O behavior, or better frame pacing often outgrow the stock Mint kernel. To install XanMod kernel on Linux Mint, set...

How to Install Krita on Linux Mint 22 and 21
Krita works well on Linux Mint when you need a painting-focused editor for concept art, comics, texture work, or tablet drawing rather than a general photo retouching app....

How to Install Seamonkey on Linux Mint 22 and 21
Linux Mint does not ship a current SeaMonkey package in its default repositories, so the package source matters before installation. The suite still fills a useful niche when...

How to Install GCC on Linux Mint 22 and 21
If you're looking for a GCC download for Linux Mint, APT already handles the standard toolchain cleanly. To install GCC on Linux Mint, the quickest path is sudo...

How to Install Discord on Linux Mint 22 and 21
Discord on Linux Mint is now a package-source decision as much as an install command. To install Discord on Linux Mint, choose between Discord's official .deb package, which...

How to Install Node.js on Linux Mint 22 and 21
Linux Mint's default Node.js packages are old enough to trip modern JavaScript build tools and local dev servers before you even open a project. If you need to...

How to Install GitHub Desktop on Linux Mint 22 and 21
Reviewing diffs, resolving merge conflicts, and opening pull requests is usually faster in a GUI than in a terminal full of Git flags. GitHub's own Desktop builds target...

How to Install Rust on Linux Mint 22 and 21
When you install Rust on Linux Mint, you add a compiler that catches memory and concurrency mistakes early, plus Cargo for building and managing projects. That matters when...