Install WineHQ on Ubuntu 16.04
Install WineHQ on Ubuntu 16.04
If you have installed Wine in other software sources, remove it before installing WineHQ and remove software dependent on it, such as wine-mono, wine-gecko, and winetricks, otherwise, dependency conflicts may occur.
Note:
1. There is no difference between Wine and WIneHQ. The new version and old version are incorrect.
2. The deep Wine package can also be compatible with WineHQ, because the deep application name has been prefixed with deepin, so there is no conflict.
3. After Wine is installed, General Windows applications can be installed, and games can also be used. For example, Warcraft 3 can run perfectly.
If your system is 64-bit, you need to enable the 32-bit architecture:
Sudo dpkg -- add-architecture i3861
Add software source:
Wget-nc https://dl.winehq.org/wine-builds/Release.key
Sudo apt-key add Release. key
Sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
In Linux Mint 17. x, replace the last command with the following:
Sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'
In Linux Mint 18. x, replace the last command with the following:
Sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
Update the software package index:
Sudo apt-get update1
You can select one of the following WineHQ Release versions for installation:
Version |
Installation command |
Stable branch |
Sudo apt-get install-recommends winehq-stable |
Development branch |
Sudo apt-get install-recommends winehq-devel |
Staging branch |
Sudo apt-get install-recommends winehq-staging |
If there is a dependency problem during the installation process, you only need to install the dependency and then reinstall it.
This article permanently updates link: https://www.bkjia.com/Linux/2018-03/151332.htm