PlayOnLinux is unable to find 32 bits OpenGL libraries.
You might encounter problems with your games
I get the above message when trying to run PlayOnLinux. I'm not sure what I did to cause this issue. I use PlayOnLinux for WinRar. Most of the posts I've seen on this problem seem unrelated to my specific issue or seem to only semi-fix the problem.
After getting the above message I get:
PlayOnLinux cannot find wine (from Wine)
You should install it to use PlayOnLinux
Then when I run WinRar, I get:
PlayOnLinux has encountered an error. If the program does not work
correctly, it might be the cause of the problem.
Visit www.playonlinux.com to get further information
Any suggestions would be helpful. Thanks.
OK, I tried installing wine-stable using this:
sudo apt-get update
wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
I got the message that I had unmet dependencies in the form of wine-stable. so I ran this:
sudo apt-get install --install-recommends wine-stable
I got the message:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine-stable : Depends: wine-stable-amd64 (= 4.0~bionic) but it is not going to be installed
Depends: wine-stable-i386 (= 4.0~bionic)
E: Unable to correct problems, you have held broken packages.
Somehow Wine seems to be broken on my system.
0 Answers