computerstuff > software > gnulinux
Wine signifie Wine is not an emulator.
Wine is a translation layer (a program loader) capable of running Windows applications
on Linux and other POSIX compatible operating systems. Windows programs running in Wine
act as native programs would, running without the performance or memory usage penalties of
an emulator, with a similar look and feel to other applications on your desktop.
Note: Pour UbuntuLinux, c'est dans le dépôt universe.
sudo aptitude install wine winesetuptk
Installé sur linuxmint 18 la version staging.
sudo add-apt-repository ppa:pipelight/stable sudo aptitude update sudo aptitude install wine-staging sudo apt-get install wine-staging-compat
sudo apt install wine sudo -s dpkg --add-architecture i386 && apt-get update && apt-get install wine32
winecfg
Lancer le programme (.exe) comme si c'était une application native, Wine prend le relai.