Pacman
pacman(8) is the package manager for Arch Linux.
Contents
Usage
Configuration
Repositories
Custom repositories are enabled by adding a uniquely named section to the configuration file, with at minimum a Server directive.
[example] Server = https://example.com/archlinux
Signing Keys
The PGP web of trust system is used to determine the authenticity of packages. Packaging keys must be imported and signed.
sudo pacman-key --recv-keys $keyid sudo pacman-key --lsign-key $keyid