So, I'm in a bit of a predicament it seems. I was updating/reinstalling winebottler, with sudo apt-get install wine-staging
, and then I got this error message.
The following packages have unmet dependencies:
wine-staging : Depends: wine-staging-i386 (= 1.9.22~ubuntu16.10.1)
E: Unable to correct problems, you have held broken packages.
I then try to solve this by typing every single common terminal command that I found, such as sudo apt-get install -f
, and commands of the sort. install -f just came up with no errors; and so I went into synaptic to try and install wine. I tried installing wine-staging, and as expected, I get an error about broken packages. I go into the menu, and click edit->fix broken packages. I then get this error:
E: Unable to correct problems, you have held broken packages.
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
Here I am now, trying to find a way to fix this, after it has become an issue in many areas. I am also having problems with valve's shitty steam build, and was told to install steam from sudo apt-get install steam
. I cannot due so, as an error along the same lines as the wine error. I would love any help.
Requested Outputs:
sudo apt-get -o Debug::pkgProblemResolver=yes install wine
apt-cache policy libgl1-mesa-glx:amd64 libwayland-egl1-mesa:amd64 mpv:amd64 smplayer:amd64 smplayer-themes:amd64 libsdl2-2.0-0:amd64 smplayer-l10n:amd64 libwayland-egl1-mesa:i386 libgtk-3-0:i386 libglu1-mesa:i386 libgtk-3-0:amd64 libgl1-mesa-glx:amd64 wine-staging-i386:i386 wine-staging:amd64 libgl1-mesa-glx:amd64 libglapi-mesa:amd64 libgles2-mesa:amd64 libosmesa6:amd64 libosmesa6:i386 wine-staging:amd64
EDIT: After the lovely help from user.dz below, I fixed this by opening software-properties-gtk , disabling ppa.launchpad.net/oibaf/gallium-nine/ubuntu PPA , and then running sudo apt update
and then sudo apt install wine-staging
.
wine-staging
to runsteam
? Could add the output ofsudo apt-get -o Debug::pkgProblemResolver=yes install wine
– user.dz Nov 16 '16 at 00:39Fix broken packages
in Synaptic more than once, and that should fix the problem. Report back. – heynnema Nov 16 '16 at 00:43The following packages have unmet dependencies: wine-staging : Depends: wine-staging-i386 (= 1.9.22~ubuntu16.10.1) E: Unable to correct problems, you have held broken packages.
. @heynnema That didn't work. EDIT: I realized @user.dz you probably want the full output, so I put it in a pastebin here http://pastebin.com/Wr2pmxDQ – Phoen1x74 Nov 16 '16 at 03:37apt-cache policy libgl1-mesa-glx:amd64 libwayland-egl1-mesa:amd64 mpv:amd64 smplayer:amd64 smplayer-themes:amd64 libsdl2-2.0-0:amd64 smplayer-l10n:amd64 libwayland-egl1-mesa:i386 libgtk-3-0:i386 libglu1-mesa:i386 libgtk-3-0:amd64 libgl1-mesa-glx:amd64 wine-staging-i386:i386 wine-staging:amd64 libgl1-mesa-glx:amd64 libglapi-mesa:amd64 libgles2-mesa:amd64 libosmesa6:amd64 libosmesa6:i386 wine-staging:amd64
– user.dz Nov 16 '16 at 11:01software-properties-gtk
, Disable http://ppa.launchpad.net/oibaf/gallium-nine/ubuntu PPA , thensudo apt update; sudo apt install wine-staging
– user.dz Nov 16 '16 at 21:00