I’m on Ubuntu 24.04.2 LTS, using the XFCE desktop environment.
I’ve been trying to install playonlinux to run an older game I was interested in, but I’m having trouble actually installing it. I’ve used the Ubuntu .deb file from playonlinux.com’s download page, but when I try to install it I get this message:
Building dependency tree... Done
Reading state information... Done
Note, selecting 'playonlinux' instead of './PlayOnLinux_4.3.4.deb'
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:
playonlinux : Depends: python but it is not installable
Depends: python-wxgtk2.8 but it is not installable or
python-wxgtk3.0 but it is not installable
E: Unable to correct problems, you have held broken packages.
When I try to install python, I get this error:
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
2to3 python-is-python3
E: Package 'python' has no installation candidate
I already have python3 installed (version 3.12.3).
What do I need to do to install python and thus playonlinux?
arty@arty-GL75-Leopard-10SDR:~/Downloads$ python --version
Python 3.12.3
arty@arty-GL75-Leopard-10SDR:~/Downloads$ sudo apt-get install ./PlayOnLinux_4.3.4.deb
[sudo] password for arty:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'playonlinux' instead of './PlayOnLinux_4.3.4.deb'
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:
playonlinux : Depends: python but it is not installable
Depends: python-wxgtk2.8 but it is not installable or
python-wxgtk3.0 but it is not installable
E: Unable to correct problems, you have held broken packages.
I downloaded the deb from playonlinux.com’s website - though now that I’m taking a closer look at the site, I realize its news page was last updated in 2022.
A shame, since I was hoping to use it to run Survival Crisis Z, but if I can’t use playonlinux, I guess I can’t.
After installing python3-pyasyncore, I’m able to get the playonlinux window to open up. I’ll let you know if any other problems arise but for now I think my problem has been solved.