Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] artix signature unknown trust (Read 2584 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] artix signature unknown trust

Help fix this issue. unable to add archlinux keyring and repos.  command i run is : sudo pacman -S artix-archlinux-support Note: i tried the steps written in the wiki and did not worked.

Code: [Select]
resolving dependencies...
looking for conflicting packages...

Packages (3) archlinux-keyring-20220727-1  archlinux-mirrorlist-20200920-1
             artix-archlinux-support-2-1

Total Download Size:   1.11 MiB
Total Installed Size:  1.58 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 archlinux-mirrorlist-202009...     6.4 KiB  5.03 KiB/s 00:01 [---------------------------------] 100%
 artix-archlinux-support-2-1-any   14.6 KiB  10.9 KiB/s 00:01 [---------------------------------] 100%
 archlinux-keyring-20220727-...  1117.1 KiB   251 KiB/s 00:04 [---------------------------------] 100%
 Total (3/3)                     1138.1 KiB   241 KiB/s 00:05 [---------------------------------] 100%
(3/3) checking keys in keyring                                [---------------------------------] 100%
(3/3) checking package integrity                              [---------------------------------] 100%
error: archlinux-keyring: signature from "Dudemanguy <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20220727-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Y
error: archlinux-mirrorlist: signature from "Dudemanguy <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-mirrorlist-20200920-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Y
error: artix-archlinux-support: signature from "Dudemanguy <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/artix-archlinux-support-2-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.

Re: artix signature unknown trust

Reply #1
Don't delete the packages when prompted, then install the keyrings (first artix, then arch) and leave the support for last.

Re: artix signature unknown trust

Reply #2
Don't delete the packages when prompted, then install the keyrings (first artix, then arch) and leave the support for last.
artix keyring is installed and yes i even said no but the problem is same

Re: artix signature unknown trust

Reply #3
Don't delete the packages when prompted, then install the keyrings (first artix, then arch) and leave the support for last.
hey nous that did not worked however i tried pacman-key --refresh-keys and this worked... archlinux repo installled ..Thanks

Solution Found: Re: artix signature unknown trust

Reply #4
Had the same problem as OP. As OP mentioned, a
Code: [Select]
pacman-key --refresh-keys
did the trick!


Re: [SOLVED] artix signature unknown trust

Reply #6
I have tried all this, but when doing

Code: [Select]
pacman -Syyu

I get:

Code: [Select]
libcss: la firma di "Alexander F. Rødseth <[email protected]>" ha un'affidabilità marginale

i.e. the signatura is marginally reliable. and I then get the message that the package is corrupt.

Same thing happens with netsurf.

If I choose to cancel the packages, update doesn't proceed.
Same thing if I choose to keep the packages.

What should I try now?

 

Re: [SOLVED] artix signature unknown trust

Reply #7
OK, turns out removing netsurf solved this issue.