I upraded to Ubuntu 18.04. The upgrader deactivated my 3rd party PPAs. In particular the one of Winehq. That was expected and is of course completely fine. However, I do not manage to install from the new Bionic version of the PPA. After adding the current ppa, apparently, there are conflicts with old packages that cannot be resolved:
sudo apt install wine-stable
The following packages have unmet dependencies:
wine-stable : Depends: wine-stable-i386 (= 3.0.3~bionic)
E: Unable to correct problems, you have held broken packages.
Successively adding all the dependencies explicitly to the apt
command line gets me to:
The following packages have unmet dependencies:
libblkid1 : Breaks: libblkid1:i386 (!= 2.32-0.1+18.04+bionic+build4+18.04+bionic+build5) but 2.31.1-0.4ubuntu3.1 is to be installed
libblkid1:i386 : Breaks: libblkid1 (!= 2.31.1-0.4ubuntu3.1) but 2.32-0.1+18.04+bionic+build4+18.04+bionic+build5 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Note that I tried the variants of apt-get
and dpkg
that usually help to fix such problems without success.
My system is running fine, otherwise. I am therefore seeking help to understand the cause of the conflict and to return to a consistent system state that allows me to install wine from the Winehq PPA.
sudo dpkg --remove-architecture i386
,sudo apt-get install -f
,sudo apt-get update –fix-missing
,sudo apt-get remove --purge wine
etc.