Artix Linux Forum

Artix Linux => Package management => Topic started by: Bnn87 on 29 November 2022, 17:59:29

Title: Universe Repo issues on fresh installs
Post by: Bnn87 on 29 November 2022, 17:59:29
I’ve been recently having some issues with something I don’t fully understand regarding enabling the Universe repo + artix-archlinux-support. I kept getting “is unknown trust” (invalid or corrupted package (PGP signature) errors.

I did try:
https://wiki.artixlinux.org/Main/Troubleshooting#Invalid_or_corrupted_packages_.28PGP_signature.29

I have been using the stable ISO images artix-xfce-runit & artix-plasma-runit. After each install I run pacman -Syu for system update/upgrade.

This is what I have been doing as a “Fix” after install and update/upgrade.
https://wiki.artixlinux.org/Main/Migration#Install_the_Artix_PGP_keyring

After install and update/upgrade I run and do the following:

pacman -S artix-keyring
pacman-key --populate artix
pacman-key --lsign-key 95AEC5D0C1E294FC9F82B253573A673A53C01BC2
pacman -Syy

Then adding the following to pacman.conf and saving as instructed via the wiki:
https://wiki.artixlinux.org/Main/Repositories#Universe

The point of this post is to ask if there is anything wrong with what I am doing on fresh installs and if so what? How do I correct it? Thanks
Title: Re: Universe Repo issues on fresh installs
Post by: suren on 29 November 2022, 19:08:20
are you using "official iso image"
like the ones with the date 2022-07-13
Title: Re: Universe Repo issues on fresh installs
Post by: Bnn87 on 29 November 2022, 19:18:25
I am yes

plasma
2022-07-13 18:10:29

xfce
2022-07-13 18:35:00
Title: Re: Universe Repo issues on fresh installs
Post by: rayburn on 29 November 2022, 20:49:23
I am yes

plasma
2022-07-13 18:10:29

xfce
2022-07-13 18:35:00

It may well be worth trying one of the weekly isos as they are more up to date, you have nothing to lose by this.
Title: Re: Universe Repo issues on fresh installs
Post by: Dudemanguy on 30 November 2022, 03:53:49

The point of this post is to ask if there is anything wrong with what I am doing on fresh installs and if so what? How do I correct it? Thanks
You're not doing anything wrong. My old gpg key expired on the old iso so it's out of date by default. That's most likely what you're hitting (it's been refreshed since then of course).
Title: Re: Universe Repo issues on fresh installs
Post by: Bnn87 on 09 December 2022, 16:45:22
Appreciate the clarification and assistance.

Thanks