Il y a un problème de dépendances :
balthild@Balthild-Linux:~$ sudo apt-get install wine1.7 winetricks
[sudo] password for balthild:
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:
wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.44-0ubuntu1) but it is not going to be installed
Depends: wine1.7-i386 (= 1:1.7.44-0ubuntu1) but it is not installable
Recommends: gnome-exe-thumbnailer but it is not going to be installed or
kde-runtime but it is not going to be installed
Recommends: ttf-mscorefonts-installer but it is not going to be installed
Recommends: fonts-horai-umefont but it is not going to be installed
Recommends: fonts-unfonts-core but it is not going to be installed
Recommends: ttf-wqy-microhei
E: Unable to correct problems, you have held broken packages.
Et je trouve alors la raison :
balthild@Balthild-Linux:~$ sudo apt-get install wine1.7-amd64
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:
wine1.7-amd64 : Depends: libgphoto2-port10 (>= 2.5.2) but it is not installable
Depends: wine1.7:any (= 1:1.7.44-0ubuntu1)
Recommends: libcapi20-3 but it is not going to be installed
Recommends: libgnutls26 but it is not installable
Recommends: libosmesa6 but it is not going to be installed
Recommends: unixodbc but it is not going to be installed
Recommends: wine-gecko2.34 but it is not installable
Recommends: wine-mono4.5.4 but it is not installable
E: Unable to correct problems, you have held broken packages.
Le paquet libgphoto2-port10
n'est plus fourni dans 15.10 wily, et à la place il y a libgphoto2-port12
.
balthild@Balthild-Linux:~$ sudo apt-get install libgphoto2-port12
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgphoto2-port12 is already the newest version.
Avec cela, je ne peux pas installer wine1.7 sur mon système. Y a-t-il une solution ?