Wine Stable 3.0.1 Released with Numerous Bug Fixes

Last updated: January 25, 2019

Wine Stable

The first bug-fix release for Wine stable 3.0 series was announced earlier today with a total of 60 bug-fixes.

Wine stable 3.0.1 brings bug fixes with Microsoft SQL Server, Microsoft Office, Symantec Norton 360, Microsoft .NET, and more. On the gaming side there are fixes for Civilization V, Black and White 2, Bermuda, Wolf RPG Editor, and others.

How to Install Wine 3.0.1 in Ubuntu:

The new release packages are on the way. You’ll be able to install wine 3.0.1 in a few days via following steps:

1. Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command to add the repository key:

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

Type your password (no visual feedback while typing due to security reason) when it asks and hit Enter.

2. Add wine repository via command:

sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

For Linux Mint 18.x, use following command instead (replace xenial with trusty for 17.x):

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

3. Finally check updates and install wine stable packages:

sudo apt-get update

sudo apt-get install --install-recommends winehq-stable

NOTE: If you get the unmet dependencies issue while installing Wine, try aptitude instead via command:

sudo aptitude install winehq-stable

The command tells you which packages broke the installation. This usually caused by wrong dependency versions. You can then manually fix the dependencies via Synaptic package manager.

For more details, see the official documentation.

Uninstall:

To remove wine-stable package, run command in terminal:

sudo apt-get remove --autoremove wine-stable wine-stable-amd64

To remove Wine repository, launch Software & Updates utility and navigate to Other Software tab.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

One response to Wine Stable 3.0.1 Released with Numerous Bug Fixes

  1. Hi,

    I get this in the software updater
    E:The repository ‘https://dl.winehq.org/wine-builds/ubuntu bionic Release’ does not have a Release file.