os:archlinux:keyring
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| os:archlinux:keyring [2021/12/29 21:09] – ↷ Page moved from howto:arch:keyring to os:archlinux:keyring warnaud | os:archlinux:keyring [2022/05/11 10:04] (current) – warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | - Reset everything: if you have this kind of message: <code bash> | ||
| + | # rm -R / | ||
| + | # gpg --refresh-keys | ||
| + | # pacman-key --init && pacman-key --populate | ||
| + | # pacman-key --refresh-keys</ | ||
| + | - Reset a key: example repo-ck | ||
| + | ====== Garuda ====== | ||
| + | -> Garuda Assistant > Refresh Keyring | ||
| + | |||
| + | ====== Archlinux ====== | ||
| + | <code bash> | ||
| + | sudo pacman -Sy archlinux-keyring | ||
| + | sudo pacman-key --populate archlinux | ||
| + | sudo pacman-key --refresh-keys | ||
| + | sudo pacman -Syu | ||
| + | </ | ||
| + | or | ||
| + | <code bash> | ||
| + | killall gpg-agent | ||
| + | rm -rf / | ||
| + | pacman-key --init | ||
| + | pacman-key --populate archlinux | ||
| + | </ | ||
