i'm using UBUNTU 14.04 , and i want to install wine1.6 since it the latest stable version , i tried from the command line
sudo apt-get install wine1.6
Les paquets suivants contiennent des dépendances non satisfaites :
wine1.6 : Dépend: wine1.6-i386 (= 1:1.6.2-0ubuntu4)
Recommande: winbind mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
the error is in french , with a translator to english i get :
The following packages have unmet dependencies :
wine : Depends : wine1.6 but will not be installed or wine1.7 but will
not be installed E: Unable to correct problems , defective packets are
mode " keep state
when trying to install it from the software center i get this :
apt://wine1.7
The following packages have unmet dependencies:
wine1.7: Depends: wine1.7-amd64 (= 1:1.7.50-0ubuntu1) but 1:1.7.50-0ubuntu1 is to be installed
Depends: wine1.7-i386 (= 1:1.7.50-0ubuntu1) but it is a virtual package
apt://wine1.6
The following packages have unmet dependencies:
wine1.6: Depends: wine1.6-amd64 (= 1:1.6.2-0ubuntu4) but 1:1.6.2-0ubuntu4 is to be installed
Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu4) but it is a virtual package
Update : i have tried to install wine 1.6.2 from the source too
./configure
make
sudo make install
after that it seems that wine haven't been installed because when typing wine i get :
wine : command not found
Any hints ?
sudo add-apt-repository ppa:ubuntu-wine/ppa
but withdebfoster -d wine
i gotN'est pas un paquet installé : « wine »
that means wine it's not installed ... what's wrong ? – The Beast Jan 24 '16 at 00:32