Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: bigchungus1 on 29 January 2023, 05:18:06

Title: Unable to install artix-archlinux-support
Post by: bigchungus1 on 29 January 2023, 05:18:06
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.
Title: Re: Unable to install artix-archlinux-support
Post by: gavincc on 29 January 2023, 09:52:28
try this:
sudo pacman-key --populate archlinux artix
Title: Re: Unable to install artix-archlinux-support
Post by: SGOrava on 29 January 2023, 10:42:02
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
Title: Re: Unable to install artix-archlinux-support
Post by: bigchungus1 on 01 February 2023, 03:29:31
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.