Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Can't install Wine (Read 893 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Can't install Wine

 Hello, i've been using Artix (runit) base for a while now, i have been really enjoying it, however i needed some help installing wine, i enabled lib32 and multilib repositories of course, and my current repository order is as follows :
[system],  [world], [galaxy], [lib32], [extra], [community], [multilib]
i did a 
pacman -S wine winetricks, but when installing all the packages, i get this error message
Code: [Select]
error: wine: signature from "Artix Buildbot <[email protected]>" is invalid
:: File /var/cache/pacman/pkg/wine-6.22-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
as the error says, there might be a problem with the file signature, any idea how to fix this ? deleting the file will not install wine


Re: Can't install Wine

Reply #1
Trying to reproduce the issue, just installed here wine-6.22-1-x86_64 without a problem (along with its deps, 78 pkgs = 964M).  The system is Gnome-runit, built from base ISO.

Seems like the problem is on your side.  Try to force local databases update, to align them with servers:

Code: [Select]
sudo pacman -Syyu

 

Re: Can't install Wine

Reply #2
yes refreshing the repositories did it, thank you very much