2019年5月25日 星期六

How to Install Wine 4.0 on Ubuntu 18.04 & 16.04 LTS


參考以下內容:

https://tecadmin.net/install-wine-on-ubuntu/

以 ubuntu 16.04 版本為例的話,指令如下:

sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
wine --version