archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.84k stars 508 forks source link

`pacman -S keyring` not preventing `error: libarchive: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded.` #2446

Closed sklbz closed 3 months ago

sklbz commented 3 months ago

Recently, I had this problem when trying to run pacman -Syu :

error: libarchive: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /var/cache/pacman/pkg/libarchive-3.7.2-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

So I runned pacman -S keyring to solve it. However I didn't fixes anything.

How can I update my system ?

svartkanin commented 3 months ago

This doesn't seem to have anything to do with archinstall

sklbz commented 3 months ago

This doesn't seem to have anything to do with archinstall

I searched for solutions on my browser and this was the first github repo it gave me. And after actually looking its true.

Sorry for disturbing.