- Ce sujet contient 0 réponse, 1 participant et a été mis à jour pour la dernière fois par , le il y a 10 années et 2 mois.
Affichage de 1 message (sur 1 au total)
Affichage de 1 message (sur 1 au total)
Communauté d'entraide GigaTribe & giga.gg
› Forums › Entraide & Partage › Logiciel › Installer wine sur ubuntu
Étiqueté : ubuntu
If your system is 64 bit, enable 32 bit architecture (if you haven’t already):
sudo dpkg --add-architecture i386
Add the repository:
sudo add-apt-repository ppa:wine/wine-builds
Update packages:
sudo apt-get update
Then install (example for the development branch):
sudo apt-get install --install-recommends winehq-devel
If you prefer to use the Staging branch, replace winehq-devel with winehq-staging in the line above.