Differences between revisions 3 and 4
Revision 3 as of 2023-04-08 17:41:20
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.


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)