User Tools

Site Tools


wine

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.

Documentation

Installation

Ubuntu

Note: Pour UbuntuLinux, c'est dans le dépôt universe.

sudo aptitude install wine winesetuptk

Linuxmint

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

Debian 10

sudo apt install wine
sudo -s
dpkg --add-architecture i386 && apt-get update && apt-get install wine32

Configuration

winecfg
  • Comme proposé, installer Mono et Gecko (alternative)

Utilisation

Lancer le programme (.exe) comme si c'était une application native, Wine prend le relai.

wine.txt · Last modified: 2020/10/24 21:54 by carl