Problem while installing wine hq.

Questions about Wine on Linux
Locked
Aravind
Newbie
Newbie
Posts: 3
Joined: Fri Mar 29, 2019 6:50 am

Problem while installing wine hq.

Post by Aravind »

Dear admin,

As I am not able to find way to post question in this website I am posting it here.

System details:

Ubuntu 18.04 64 bits

aravind@comp:~$ sudo apt-get upgrade winehq-stable wine-stable wine-stable-i386 --ignore-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
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:
libjbig-dev : Depends: libjbig0 (= 2.1-3.1+deb.sury.org~xenial+1) but it is not going to be installed
libmagickcore-6.q16-3 : Depends: libjbig0 (>= 2.0) but it is not going to be installed
libtiff5 : Depends: libjbig0 (>= 2.0) but it is not going to be installed
printer-driver-c2esp : Depends: libjbig0 (>= 2.0) but it is not going to be installed
printer-driver-foo2zjs : Depends: libjbig0 (>= 2.0) but it is not going to be installed
printer-driver-splix : Depends: libjbig0 (>= 2.0) but it is not going to be installed
E: Broken packages



Why you can't specify dependancy as libjbig0 >= <version> ?

It is always troble. Ubuntu dont keep outdated packets. This truly makes troble while installing or updating wine
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem while installing wine hq.

Post by dimesio »

The way to solve dependency issues is to work your way backwards. Try installing the packages apt is complaining about one by one. If apt complains about other packages, install them. Repeat until you find the package that is blocking everything.
Locked