pacman -Syyu
error: blackarch: signature from "Levon 'noptrix' Kayan (BlackArch Developer) noptrix@nullsecurity.net " is u
nknown trust
:: Synchronizing package databases...
core 137.3 KiB 91.1 KiB/s 00:02 [------------------------------------] 100%
extra 1573.2 KiB 531 KiB/s 00:03 [------------------------------------] 100%
community 5.8 MiB 1128 KiB/s 00:05 [------------------------------------] 100%
multilib 149.6 KiB 112 KiB/s 00:01 [------------------------------------] 100%
chaotic-aur 1525.6 KiB 138 KiB/s 00:11 [------------------------------------] 100%
blackarch 3.5 MiB 6.07 MiB/s 00:01 [------------------------------------] 100%
error: blackarch: signature from "Levon 'noptrix' Kayan (BlackArch Developer) noptrix@nullsecurity.net " is u
nknown trust
error: failed to synchronize all databases (invalid or corrupted database (PGP signature))
I have already tried
mv ~/.gnupg/ ~/.gnupg-old
pacman-key --init
pacman-key --populate archlinux
comment out everything in /etc/pacman.d/mirrorlist, add Server = https://www.blackarch.org/ at the bottom, run pacman -Scc, pacman-key --refresh-keys and finally pacman -Syy
rm /var/lib/pacman/sync/blackarch.db.sig
pacman -Syy
I am sure its a silly small mistake from my side - am a NooB can someone help.
Try using
"update" in the command line
2 Likes
Naman
4 October 2021 12:12
3
Hi there, welcome to the community. See this
If you're getting an error similar to "Can’t update: signature from *** is marginal trust" or "invalid or corrupted package" you probably just need to update your package signing keys:
sudo pacman -Sy archlinux-keyring chaotic-keyring
sudo pacman -Syu
If you have added any other repositories, e.g. BlackArch, then add their keyring to the list.
Also make sure your system clock is correct!
Of course, it's also possible that the package file actually is corrupt. Remove it from /var/cache/pacman…
3 Likes
tbg
4 October 2021 12:39
4
28 results for unknown trust
when entered in the forums search field.
22 results for invalid or corrupted database (PGP signature)
4 Likes
TNE
4 October 2021 12:42
5
Naman:
See this
That won’t work for blackarch. That guide is rather out of date, I’d say, especially because we have fancy scripts to automate this nowadays.
@erwinrommel please run update remote fix
in your terminal emulator of choice.
6 Likes
Should we make update remote default
In Garuda assistant update button ?
2 Likes
TNE
4 October 2021 12:47
7
No. It overwrites a bunch of config files in an attempt to fix any issues that may exist. It's supposed to be a script used in response to an issue and is basically a back door cause it runs a script from a remote source.
3 Likes
So how about giving another button to do so with the description ?
1 Like
This worked like magic. Thank you so very much.
TNE
4 October 2021 13:18
10
How often do you expect this to be used? Idk maybe add it as a right click menu option to the existing button? Don't wanna clutter up the menu for something that shouldn't be clicked without a good reason.
2 Likes
TNE
4 October 2021 13:18
11
Might as well be magic! Glad I could help.
2 Likes
system
Closed
6 October 2021 13:19
12
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.