You are not logged in.
Hello all,
I did the `sudo pacman -Syu` to update everything, and this was the errored part:
```
(627/627) checking package integrity [########################################################################################] 100%
error: libspeechd: signature from "Alexander Epaneshnikov <email@alex19ep.me>" is unknown trust
:: File /var/cache/pacman/pkg/libspeechd-0.11.1-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: mujs: signature from "Daniel Bermond <dbermond@archlinux.org>" is marginal trust
:: File /var/cache/pacman/pkg/mujs-1.2.0-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: speech-dispatcher: signature from "Alexander Epaneshnikov <email@alex19ep.me>" is unknown trust
:: File /var/cache/pacman/pkg/speech-dispatcher-0.11.1-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.
-> error installing repo packages
```
Uname = 5.10.87-1-lts
Gnome DE
Offline
Update archlinux-keyring first.
Offline
Thank you! Problem is solved.
Offline
Thank you, Scimmia. A very similar problem, though with a different package earlier this evening led me to search Duck Duck Go
"error: mujs: key "80247D99EABD3A4D1E3A1836E85B8683EB48BC95" is unknown"
The only hit was a different forum. It's possible the Duck Duck Go scraper just had not found this thread in our forum due to time of day.
https://forums.scotsnewsletter.com/inde … nal-trust/
With this specific answer from an admin:
sudo pacman-key --init
sudo pacman-key --populate Archlinux #I had to correct, 'archlinux'
sudo pacman-key --refresh-keys
#And I don't use sudo.
Hopefully, the Duck will soon update and include your answer.
Offline