Size: 188
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 3: | Line 3: |
'''`pacman(1)`''' is the package manager for Arch Linux. | '''`pacman(8)`''' is the package manager for Arch Linux. |
Line 20: | Line 20: |
=== 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 }}} ---- == See also == [[https://man.archlinux.org/man/pacman.8|pacman(8)]] |
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