Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Unable to install artix-archlinux-support (Read 516 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Unable to install artix-archlinux-support

Good morning/afternoon/night fellas.

I am getting the same errors when trying to install artix-archlinux-support.

This is the output that I get:

Code: [Select]
error: archlinux-keyring: signature from "Dudemanguy <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20221220-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

Code: [Select]
error: archlinux-mirrorlist: signature from "Dudemanguy <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-mirrorlist-20221111-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

Code: [Select]
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)).

I am following every step that is listed in the news section of the site and I am still getting this same issue.

Re: Unable to install artix-archlinux-support

Reply #1
try this:
sudo pacman-key --populate archlinux artix

Re: Unable to install artix-archlinux-support

Reply #2
I would first update the artix-keyring and than try again.
The issue probably comes from using older install media with outdated keys.

Code: [Select]
pacman -Sy artix-keyring

Re: Unable to install artix-archlinux-support

Reply #3
I would first update the artix-keyring and than try again.
The issue probably comes from using older install media with outdated keys.

Code: [Select]
pacman -Sy artix-keyring
This actually worked ngl, by the way sorry for coming in a bit too late and also thank you for the help.