PlayOnLinux is unable to find 32 bits OpenGL libraries.
You might encounter problems with your games
当我尝试运行 PlayOnLinux 时,我收到上述消息。我不确定我做了什么导致了这个问题。我使用 PlayOnLinux for WinRar。我看到的关于这个问题的大多数帖子似乎与我的具体问题无关,或者似乎只是部分修复了这个问题。
收到上述消息后,我得到:
PlayOnLinux cannot find wine (from Wine)
You should install it to use PlayOnLinux
然后当我运行 WinRar 时,我得到:
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
任何建议都会有帮助。谢谢。
好的,我尝试使用以下命令安装 wine-stable:
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
我收到消息说我在 wine-stable 形式上有未满足的依赖关系。所以我运行了这个:
sudo apt-get install --install-recommends wine-stable
我收到消息:
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.
不知为何,Wine 似乎在我的系统上出现了故障。