You are not logged in.
Pages: 1
Hi,
I installed Arch on my college computer a couple of months ago and didn't touch it till coming back on campus. While trying to update the system (using pacman -Syu) I get a told that there is a corrupt file and whether or not I want to remove it. The error is: error: exiv2: signature from "Caleb Maclennan <alerque@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/exiv2-0.28.3-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Whether or not I type in Y or n, the update stops due to corrupted packages. Any insight would be helpful.
Offline
You most likely need to upgrade the keyring first `pacman -Sy archlinux-keyring`. Note that this is one of the few (perhaps the only) time that using the -Sy flag is justified. As soon as that completes, then complete the system upgrade `pacman -Su`.
If that fails, please post the complete command and output including any error here (in code tags).
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
...Note that this is one of the few (perhaps the only) time that using the -Sy flag is justified. As soon as that completes, then complete the system upgrade `pacman -Su`.
If that fails, please post the complete command and output including any error here (in code tags).
Actually, using sudo pacman -Su shows "there is nothing to do". Where as sudo pacman -Syu shows 23 packages that need updating including the Linux Kernel...
So, I'm not entirely sure that your comment is true. I always use pacman -Syu for updates.
Offline
Assuming you haven't just taken that part of Trilby's message out of context, if 'pacman -Sy archlinux-keyring' didn't refresh your sync databases, then something went wrong and pacman's output should help you understand what.
Mod note: Moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1