liran / blog

0 stars 0 forks source link

Install Wine on Ubuntu 18.04 LTS #1

Open liran opened 5 years ago

liran commented 5 years ago

If your system is 64 bit, enable 32 bit architecture (if you haven't already): sudo dpkg --add-architecture i386

Steps:

sudo wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo rm -f winehq.key

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt update

sudo apt install --install-recommends winehq-stable -y

Other:

sudo apt install winbind -y

Configure:

WINEARCH=win32 WINEPREFIX=~/win32 winecfg