You are not logged in.
Hello, I'm pretty much new in this forum, any way here is the issue:
I was about to install some package from the official repositories, and I got 404, so I tried -
# pacman -Syunot something serious, so I tried to download the package again, but I got this error -
[root@archlinux:/]# pacman -S kdebindings-python
error: blackarch: signature from "Levon 'noptrix' Kayan (BlackArch Developer) <noptrix@nullsecurity.net>" is unknown trust
error: database 'blackarch' is not valid (invalid or corrupted database (PGP signature))So I guess I need to downgrade/delete the 'blackarch' database, but as you might guess, I don't know how to ..
Offline
Offline
That won't work as OP is using an unofficial repo. So, not a Pacman issue, moving to AUR issues...
Offline
Hello, I'm pretty much new in this forum, any way here is the issue:
I was about to install some package from the official repositories, and I got 404, so I tried -# pacman -Syunot something serious, so I tried to download the package again, but I got this error -
[root@archlinux:/]# pacman -S kdebindings-python error: blackarch: signature from "Levon 'noptrix' Kayan (BlackArch Developer) <noptrix@nullsecurity.net>" is unknown trust error: database 'blackarch' is not valid (invalid or corrupted database (PGP signature))So I guess I need to downgrade/delete the 'blackarch' database, but as you might guess, I don't know how to ..
/etc/pacman.conf holds the locations used by pacman, for the database default is the line
#DBPath = /var/lib/pacman/so you could removing the db from there but if its still enabled in pacman.conf that would cause it to be created again and arrive at the same situation
or you could comment out / delete the lines lower down in /etc/pacman.conf for the 'blackarch' repository
or you could add the signature used by the unofficial repository to your local keyring see https://wiki.archlinux.org/index.php/Pa … icial_keys
or possibly the worst option you could disable signature checking for that repository https://wiki.archlinux.org/index.php/Pa … e_checking
Offline
Offline