Skip to content

Instantly share code, notes, and snippets.

@make-github-pseudonymous-again
Created January 30, 2016 11:37
Show Gist options
  • Save make-github-pseudonymous-again/6e670cf4646190f8369d to your computer and use it in GitHub Desktop.
Save make-github-pseudonymous-again/6e670cf4646190f8369d to your computer and use it in GitHub Desktop.
pacman: solving signature from "..." is unknown trust
$ 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