WINE : Instalar o Wine


32-Bit Debian


sudo apt-get install wine
sudo apt-get install wine-development

64-Bit Debian


sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine-development
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install wine-development

Debian Backports


sudo apt-get install wine-development/jessie-backports
Close Menu