Created
January 30, 2016 11:37
-
-
Save make-github-pseudonymous-again/6e670cf4646190f8369d to your computer and use it in GitHub Desktop.
pacman: solving signature from "..." is unknown trust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo pacman -Syu | |
:: Synchronizing package databases... | |
core 122.5 KiB 2042K/s 00:00 [-----------------------------------------------] 100% | |
extra 1763.9 KiB 5.94M/s 00:00 [-----------------------------------------------] 100% | |
community 3.3 MiB 5.78M/s 00:01 [-----------------------------------------------] 100% | |
:: Starting full system upgrade... | |
resolving dependencies... | |
looking for conflicting packages... | |
(51/51) checking keys in keyring [-----------------------------------------------] | |
(51/51) checking package integrity [-----------------------------------------------] 100% | |
error: confuse: signature from "Thorsten Töpper <[email protected]>" is unknown trust | |
:: File /var/cache/pacman/pkg/confuse-2.8-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). | |
Do you want to delete it? [Y/n] | |
error: failed to commit transaction (invalid or corrupted package) | |
Errors occurred, no packages were upgraded. | |
$ sudo pacman-key --refresh-keys | |
$ sudo pacman -Syu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment