Wine Installation Complexity in Linux

Questions about Wine on Linux
Locked
rbeltz48
Newbie
Newbie
Posts: 1
Joined: Sun Jun 07, 2020 11:58 am

Wine Installation Complexity in Linux

Post by rbeltz48 »

For the past several years Wine has become so much more of a headache to install. About 5 years ago one only had to go to the Package Manager, click on Wine to install and that was it. It installed without any issues and you were good to go. Now I have to look all over the Internet to find missing dependicies, instructions, etc. Why has the Wine development team abandoned SIB-KIS? See It Big-Keep It Simple. It seems that Wine has become the proverbial Frankenstein monster!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine Installation Complexity in Linux

Post by jkfloris »

Two main causes:
- Wine updates are a lot faster than 5 years ago. This may prevent your Linux distribution from keeping track of Wine.
Think about the libfaudio0 libraries. These are not available by default for Ubuntu 18.04 or Debian 10.
Fortunately, they are so nice here at WineHQ to make them available. Yes, you have to add them manually.
- Wine needs both 32-bit and 64-bit packages. Many third party repositories only have the 64-bit packages.

In other words:
If you are using an up-to-date release, without third-party package sources, you will have no problem installing the latest WineHQ packages.
Locked