Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] boost-libs signature invalid (Read 536 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] boost-libs signature invalid

Hello

I'm trying to install ncmpcpp and come across this problem

Code: [Select]
❯ sudo pacman -S ncmpcpp
resolving dependencies...
looking for conflicting packages...

Packages (2) boost-libs-1.75.0-5  ncmpcpp-0.9.2-2

Total Installed Size:  12.02 MiB
Net Upgrade Size:       2.76 MiB

:: Proceed with installation? [Y/n] Y
(2/2) checking keys in keyring                     [#] 100%
(2/2) checking package integrity                   [#] 100%
error: boost-libs: signature from "Evangelos Foutras <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/boost-libs-1.75.0-5-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.
~ 24s

any help is appreciated, thanks

Re: boost-libs signature invalid

Reply #1
"Evangelos Foutras <[email protected]>" is signature from ARCHLINUX, please use
pacman -Syyu or pacman -S boost-libs boost and download it from OUR repo.

by the way, even archlinux version  have no longer 1.75.0-5 ;-)

 

Re: boost-libs signature invalid

Reply #2
Thank you very much, it work !