I've been trying for the last 3 days to get wine32 installed on jessie to no avail in an amd64 platform
I've added the i386 platform:
- Code: Select all
dpkg --add-architecture i386 && apt update
Then tried to install wine:i386 (it fail installing wine-development:i386 as well):
morgado@macmini:~$ clear
- Code: Select all
user:~$ sudo apt install wine:i386
Reading package lists... Done
Building dependency tree
Reading state information... 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:
wine:i386 : Depends: wine64:i386 (>= 1.6.2-20) but it is not installable or
wine32:i386 (>= 1.6.2-20) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
And this is my sources list:
- Code: Select all
deb http://ftp.pt.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.pt.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# jessie-updates, previously known as 'volatile'
deb http://ftp.pt.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.pt.debian.org/debian/ jessie-updates main contrib non-free
Perhaps unrelated but I was trying to install the xbmc package and something funny happened that apt didn't get the dependencies automatically and I has to specifically tell him about 3 dependencies in order to install using the following command, since apt was not picking them up automatically:
- Code: Select all
sudo apt install xbmc xbmc-bin libtag1c2a libtag1-vanilla
I wonder if this means there is something wrong with my debian installation since it's a fresh one from 3 days ago.