Can't install PlayOnLinux

8,648

Solution 1

Most likely the

sudo apt-get install -f

will fix the issue. The needed packages will be installed.

You could install PoL an easier way from Ubuntu repositories by

sudo apt install playonlinux

but that could install not the very latest version.

Now you can remove the custom repository by

sudo rm /etc/apt/sources.list.d/playonlinux.list
sudo apt update
sudo apt purge playonlinux
sudo apt install playonlinux

this will install PoL from Ubuntu repos.

Solution 2

Go to software & updates and switch to main server.

sudo apt install -f && sudo apt update && sudo apt dist-upgrade && sudo apt install playonlinux

Ubuntu has playonlinux on it's repo. So you didn't have to add repositories by yourself.

Share:
8,648
Kanyebestgirl
Author by

Kanyebestgirl

Updated on September 18, 2022

Comments

  • Kanyebestgirl
    Kanyebestgirl over 1 year
    The following packages have unmet dependencies:
     playonlinux : Depends: python-wxgtk2.8 but it is not installable or
                            python-wxgtk3.0 but it is not installable
                   Depends: cabextract but it is not installable
                   Depends: icoutils but it is not installable
                   Depends: p7zip-full but it is not installable
    E: Unable to correct problems, you have held broken packages.
    
  • Kanyebestgirl
    Kanyebestgirl almost 8 years
    Thanks for the response i tried but the same error still comes up
  • Pilot6
    Pilot6 almost 8 years
    It is possible that the version from pol repositories is not compatible.
  • Pilot6
    Pilot6 almost 8 years
    I updated the question.
  • Kanyebestgirl
    Kanyebestgirl almost 8 years
    same error comes up should i reboot or something else
  • Kanyebestgirl
    Kanyebestgirl almost 8 years
    thanks for the help still have the error ill try rebooting
  • Pilot6
    Pilot6 almost 8 years
    You can install from the PoL repo too. But I do not think there is much difference.