The official Wine PPA offers Wine-staging packages that are kinda different to the distro packages. – Click on See More to View Full Step
Wine Staging provides extra features and fixes, but it’s installed to /opt/wine-staging. Thanks to this, you can have both regular Wine version and Wine-Staging in single system.
To add the PPA, open terminal (Ctrl+Alt+T) and run the command:
1 |
sudo add-apt-repository ppa:wine/wine-builds |
For 64-bit system, enable 32-bit architecture (if you haven’t already) via
sudo dpkg –add-architecture i386
Then updates and install Wine 2.0 staging via commands:
1 2 |
sudo apt-get update sudo apt-get install --install-recommends wine-staging |
To use Wine-Staging, simply add “/opt/wine-staging/bin/” in the fond of executable, for example:
1 2 3 |
/opt/wine-staging/bin/wine /opt/wine-staging/bin/winecfg |