Software installation guides - Page 25

Install packages, add trusted repositories, and choose the right desktop or app-store format for each Linux distribution.

Curated guides

Software install guides

677 matched guides, best match first. Page 25 of 57.

Node.js and Arch Linux logos representing JavaScript runtime setup on Arch

How to Install Node.js on Arch Linux

To install Node.js on Arch Linux, use pacman for a system-managed JavaScript runtime or nvm for per-project version switching. Arch packages the rolling current branch as nodejs, ships...

Updated ( Published )

SQLite database logo and Arch Linux logo representing embedded database deployment on Arch

How to Install SQLite on Arch Linux

SQLite on Arch Linux installs from the official repositories as the sqlite package, which provides the sqlite3 command-line shell, shared library, and development headers. The setup is lightweight...

Updated ( Published )

Git logo and Arch Linux logo representing version control setup on Arch

How to Install Git on Arch Linux

Arch keeps Git in the official extra repository, so the clean path is a normal pacman install rather than an AUR helper or upstream tarball. Install Git on...

Updated ( Published )

GCC logo and Arch Linux logo representing compiler installation on Arch Linux

How to Install GCC on Arch Linux

Arch keeps its compiler toolchain close to upstream, so installing GCC usually means installing the current GNU C and C++ compiler rather than choosing between fixed distro release...

Updated ( Published )

Composer and Arch Linux logos representing PHP dependency management on Arch

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

Updated ( Published )