Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2023-01-08 23:52:57
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 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.


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


See also

pacman(8)


CategoryRicottone

Linux/Arch/Pacman (last edited 2023-05-30 14:36:34 by DominicRicottone)