Wine (à l’origine un acronyme pour « Wine Is Not an Emulator ») est une couche de compatibilité capable d’exécuter des applications Windows sur divers systèmes d’exploitation conformes à POSIX comme Linux, macOS et BSD. Plutôt que de simuler la logique interne de Windows comme une machine virtuelle ou un émulateur, Wine traduit les appels de l’API Windows en appels POSIX à la volée, éliminant les pénalités mémoire et de performance d’autre méthodes et vous permettant d’intégrer proprement les applications Windows à votre bureau.
Suivre le Tuto ici : https://wine.htmlvalidator.com/install-wine-on-ubuntu-22.04.html
Pour choisir la version de windows à utiliser : wine winecfg
Une surcouche graphique est disponible : https://www.playonlinux.com/fr/download.html
Installing Windows Applications With Wine
To install Windows applications using Wine, follow these instructions:
- Download the Windows application from any source (e.g. download.com). Download the .EXE (executable).
- Place it in a convenient directory (e.g. the desktop, or home folder).
- Open the terminal, and cd into the directory where the .EXE is located.
- Type wine the-name-of-the-application.extension (e.g. wine realplayer_installer.exe).
This will start the .EXE using Wine. If it is an installer, it should then run as it would in Windows. If the application asks for a directory to install the application to, select put it under C:\Program Files.