Skip to main content
Topic: [RE-SOLVED!] Issues with installing Wine (Read 494 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[RE-SOLVED!] Issues with installing Wine

Hey! Checking in for a few seconds here for a bit of help; I'm having minor issues installing Wine on my Artix build when combined with artix-support.

I've gotten lib32 repos enabled. Ran an install command for the lib32/wine package, and I get a package conflict error;

::Systemd-libs-255.5-3 and artix-archlinux-support-3-1 are in conflict. Remove artix-archlinux-support?

I wouldn't exactly want to get rid of it, I've been appreciating the warnings about systemd-related packages. What could I do?

Re: Issues with installing Wine

Reply #1
Do you also have lilb32-artix-archlinux-support installed?  not sure if not having it could be the cause but generally you want both.

Re: [SOLVED] Issues with installing Wine

Reply #2
Do you also have lilb32-artix-archlinux-support installed?  not sure if not having it could be the cause but generally you want both.

That, I very much do not. Didn't know that package existed till now, somehow

Thank you so much for the pointer, I believe that'd probably be the solution to the problem!

Re: Issues with installing Wine

Reply #3
Hello! I may have made a mistake "solving" this post

Do you also have lilb32-artix-archlinux-support installed?  not sure if not having it could be the cause but generally you want both.

In replies to you; I have recently just installed the package you referred to.

It appears now, the package when installing, shows the same error regarding the same library, except it conflicts with both the regular AND multilib arch support! I'm not exactly sure what I could do about this. Any more help?

Re: Issues with installing Wine

Reply #4
Artix' lib32/wine doesn't need any systemd stuff nor it needs or conflicts with artix-archlinux-support. I have installed both without problems. Check your pacman.conf. Artix' repositories including lib32 need to take precedence over any other repositories including arch's multilib in pacman.conf.

Re: Issues with installing Wine

Reply #5
Artix' lib32/wine doesn't need any systemd stuff nor it needs or conflicts with artix-archlinux-support. I have installed both without problems. Check your pacman.conf. Artix' repositories including lib32 need to take precedence over any other repositories including arch's multilib in pacman.conf.

Pacman.conf has all entries by Artix at the very top, and I have even ensured I'm pulling wine from lib32 by using / (Ie lib32/wine). It's showing the same as described. I'm really unsure what could be going on here, I'll have to try again soon

Re: Issues with installing Wine

Reply #6
Artix' lib32/wine doesn't need any systemd stuff nor it needs or conflicts with artix-archlinux-support. I have installed both without problems. Check your pacman.conf. Artix' repositories including lib32 need to take precedence over any other repositories including arch's multilib in pacman.conf.

Pacman.conf has all entries by Artix at the very top, and I have even ensured I'm pulling wine from lib32 by using / (Ie lib32/wine). It's showing the same as described. I'm really unsure what could be going on here, I'll have to try again soon

Aha! It WAS the pacman.conf organisation! After reordering Lib32 to be above all the usual Arch repos, I am now able to install wine. It seems to have been a problem of its' recursive dependencies being dug up wrong.

I'm sorry for the troubles, and thanks for the heads up!