Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Universe Repo issues on fresh installs (Read 465 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Universe Repo issues on fresh installs

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

Re: Universe Repo issues on fresh installs

Reply #1
are you using "official iso image"
like the ones with the date 2022-07-13

Re: Universe Repo issues on fresh installs

Reply #2
I am yes

plasma
2022-07-13 18:10:29

xfce
2022-07-13 18:35:00

Re: Universe Repo issues on fresh installs

Reply #3
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.

Re: Universe Repo issues on fresh installs

Reply #4

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).

 

Re: Universe Repo issues on fresh installs

Reply #5
Appreciate the clarification and assistance.

Thanks