Hi Artix team,
I tried to update/upgrade the system but i am getting the following "Corrupted error".
Attached, please see detail picture.
Can someone please help me to fix this issue?
Thanks in advance !
Dee
Have you the universe repository enabled in your /etc/pacman.conf?
If not, refer to this:
https://wiki.artixlinux.org/Main/Repositories
Hi Rayburn,
I am still having the same issue after adding the repository mentioned to "pacman.conf" :
[universe]
Server = https://universe.artixlinux.org/$arch
Server = https://mirror1.artixlinux.org/universe/$arch
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/$arch
Server = https://mirror1.cl.netactuate.com/artix/universe/$arch
Server = https://ftp.crifo.org/artix-universe/
Any other possible solution available?
Possibly try:
pacman-key --refresh-keys
i also tried that...unfortunately is not working :'(
That was a lot of errors when refreshing the keys like the one below:
"gpg: error retrieving '
[email protected]' via WKD: No data
gpg: error reading key: No data
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
gpg: key CF18A351C0705F: "Oscar Campos (Artix Master-Key) <
[email protected]>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1"
Any other suggestions?
@Rayburn
The follow comand below worked for me ;D
"pacman -Sy archlinux-keyring artix-keyring"
Thanks for posting your fix. This also worked for me.
Remember to fully upgrade your systems (pacman -Syu) after performing these commands as partial upgrades are a common source of bugs/breakage (https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported).
Thanks! Glad you discovered the solution :)