You are not logged in.

#1 2023-12-06 13:38:07

Mjaakko
Member
Registered: 2023-06-19
Posts: 9

[SOLVED] libconfig (invalid or corrupted package)

I am installing Picom compositor but dependency libconfig has PGP signature problem.

sudo pacman -Sy picom
Packages (3) libconfig-1.7.3-2  libev-4.33-2  picom-10.2-1

###################
downloading required keys...
:: Import PGP key 139B09DA5BF0D338, "David Runge <dvzrv@archlinux.org>"? [Y/n] Y
:: Import PGP key C32217F6F13FF192, "Alexander Rødseth <rodseth@gmail.com>"? [Y/n] Y
(3/3) checking package integrity                   [######################] 100%
error: libconfig: key "991F6E3F0765CF6295888586139B09DA5BF0D338" is unknown
:: Import PGP key 991F6E3F0765CF6295888586139B09DA5BF0D338? [Y/n] Y
:: File /var/cache/pacman/pkg/libconfig-1.7.3-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
###################

Last edited by Mjaakko (2023-12-06 14:46:24)

Offline

#2 2023-12-06 14:08:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,754

Re: [SOLVED] libconfig (invalid or corrupted package)

-Sy is invoking a partial upgrade and not supported. Update your entire system: https://wiki.archlinux.org/title/System … nsupported

Depending on when your last real update was, you might actually have to do

sudo pacman -Sy archlinux-keyring && pacman -Su picom

Last edited by V1del (2023-12-06 14:09:48)

Offline

#3 2023-12-06 14:43:19

Mjaakko
Member
Registered: 2023-06-19
Posts: 9

Re: [SOLVED] libconfig (invalid or corrupted package)

Thanks. I just found out that archlinux-keyring was outdated. I am testing an old Arch Linux live CD with combined Xfce and Fvwm.
https://sourceforge.net/projects/fvwm3- … nload-iso/

This solved the problem.
sudo pacman -Sy archlinux-keyring

Offline

Board footer

Powered by FluxBB