You are not logged in.
Hi,
I am trying to update my system from last 2 days. But I get following error
: Proceed with installation? [Y/n] y
(294/294) checking keys in keyring [############################################################] 100%
(294/294) checking package integrity [############################################################] 100%
error: xorg-fonts-encodings: signature from "Evangelos Foutras <evangelos@foutrelis.com>" is invalid
:: File /var/cache/pacman/pkg/xorg-fonts-encodings-1.0.5-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] ^C
Interrupt signal receivedso far I have done following
1) Updated mirrorlist.
2)
sudo mv /etc/pacman.d/gnupg /etc/pacman.d/gnupg-original3)
sudo pacman-key --init4)
sudo pacman-key --populate archlinux5)
sudo pacman-key --refresh-keyBut I am still getting error when I issue
pacman -SyyuPlease help
Last edited by cb9 (2020-06-07 22:29:46)
Offline
Your first step should have been what pacman prompted you to do: delete the corrupted download.
If that isn't sufficient, check your system time as advised in the troubleshooting section for this error in the wiki.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pacman seems to be locked by the looks of it.
Does "/var/lib/pacman/db.lck" exist?
If it does then try deleting the lock file with pacman closed.
Edit: Is that the same error you always get?
Edit: If that doesn't work try a quick 'pacman -Scc' to clean out your cache
Last edited by TheNullPlayer (2020-06-07 05:12:05)
Offline
Nothing in indicates the database is locked.
Offline
Deleted corrupted files and downloaded again. Thank you.
Offline