Been trying this morning to install Wine for Mageia 5 with no success.
First I tried to do it from the command line, but it couldn't find the wine package.
Next I went to the add/remove programs, and when I searched for Wine, found four options. Installed the Wine64 and the q4wine (QT5).
It installed several programs but every time I clicked on it, the icon would "bounce", then disappear. That indicated that something was missing.
Reading on the forums here I discovered that it's preferable to install the 32 bit version instead of the 64, even if you have a 64 bit system.
I uninstalled the 64 bit stuff, and went to WineHQ looking for the 32 bit file. Got the repository installed, but when I go to the command line and run the following..
- Code: Select all
sudo urpmi.update -a
sudo urpmi winehq-devel
It kicks out an error message saying it's missing a package.
- Code: Select all
A requested package cannot be installed:
wine-development-common-1.9.11-1.mga5.i586 (due to unsatisfied libasound.so.2)
So how do I get that missing package?