You are not logged in.
Pages: 1
Topic closed
Hello,
A package that I am trying to install has a dependency of confuse 2.7-3, however when I try to install said package I get the following error:
error: confuse: signature from "Thorsten Töpper <atsutane@freethoughts.de>" is unknown trust
I have tried resetting the GPG keys for pacman.d using the following commands and am still running into the same issues.
# rm -R /etc/pacman.d/gnupg
# pacman-key --init
# pacman-key --populate archlinux
I have lookep up the package itself, and it seems to be flagged as out of date, but I don't think that that woruld prevent me from downloading the package.
Link to package: https://www.archlinux.org/packages/comm … 4/confuse/
I am also including the complete terminal below showing the outputs of the command above:
http://pastebin.com/LHv8c9E7
Any help would be appreciated.
EDIT: I have tried flushing the pacman cache asp per the instructions found in https://wiki.archlinux.org/index.php/Pa … 9.22_error
# find /var/cache/pacman/pkg/ -iname "*.part" -exec rm {} \;
Last edited by moyam01 (2016-01-24 04:27:06)
Offline
Offline
Thank you for your response. I tried that as well and am still receiving the same error. I will edit my post to reflect that.
Last edited by moyam01 (2016-01-24 03:46:32)
Offline
A few sections down... https://wiki.archlinux.org/index.php/Pa … ion_failed
Same as https://bbs.archlinux.org/viewtopic.php?id=207957
(The packager's key expired, and there isn't an updated archlinux-keyring package yet.)
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
Thanks. I tried that yesterday and it didn't work, but tried it again just now and the package installed correctly.
Thank you
Offline
Was fixed.
Last edited by sirius (2016-01-24 19:43:28)
Offline
I had the same issue. To fix the problem I updated 'archlinux-keyring' package first, this brings new valid Thorsten's key. Then 'pacman -Suy' works fine.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
The new archlinux-keyring package is still lingering in testing, having fun there I guess.
So it doesn't do a lot of good (yet) to the majority of people who don't enable testing.
`pacman-key --refresh-keys`, on the other hand, works perfectly, right now, since the maintainer's new key has been pushed to the public keyservers.
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
Thank you @Eschwartz! That solution worked well for me.
Offline
Well, the new keyring is already in core.
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
Thanks @anatolik, it worked for me!
Offline
Thanks @anatolik.
Offline
Offline
Pages: 1
Topic closed