Size: 274
Comment:
|
← Revision 4 as of 2023-05-30 14:36:34 ⇥
Size: 755
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 19: | Line 19: |
=== 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 [[Encryption/PGP|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 }}} |
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