PACMAN—WEEK SIGNATURE[DONE]

  1. week PGP

Sometimes, it is can’t update applications by command:

1
sudo pacman -Syu

because of week PGP.

for this case, modify the file /etc/pacman.conf ‘s SigLevel to follow:

1
SigLevel = Never [or Optional TrustAll]
  1. just can’t download

try:

1
2
3
4
5
6
7
8
9
rm -r /var/lib/pacman/sync /etc/pacman.d/gnupg

rm -r /var/cache/pacman [optional]

sudo pacman-key --init

sudo pacman -Syyuu

sudo pacman-key --populate archilinux

play with arch homepage

click here to come back to play with arch
homepage.