La procédure de commande linux suivante peut être utilisée pour installer Wine la couche de compatibilité Microsoft Windows (émulateur binaire et bibliothèque) sur Ubuntu Linux amd64. Si vous utilisez un système Ubuntu Linux 64 bits pour installer Wine, l'architecture i386 doit d'abord être activée. Sinon, toute tentative d'installation de Wine entraînera :
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 : Depends: wine1.6 but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Utilisez les commandes Linux suivantes pour installer Wine sur votre système Ubuntu Linux 64 bits. Tout d'abord, activez l'architecture i386 :
# dpkg --add-architecture i386
Mettre à jour les référentiels :
# apt-get update
À ce stade, procédez comme pour l'installation habituelle de Wine :
# apt-get install wine
Une autre alternative consiste à installer Wine via le référentiel Ubuntu Wine Team PPA où la dernière version actuelle de cette écriture est 1.7. Veuillez noter que vous devez toujours activer le référentiel i386 comme indiqué ci-dessus :
# add-apt-repository ppa:ubuntu-wine/ppa apt-get update apt-get install wine1.7