Menu Close

Wine 1.3.37 Is Released

The Wine development release 1.3.37 is now available. Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.




To install wine 1.3.37 open a terminal window (press Ctrl+Alt+T) and copy+paste the following lines:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3


Wine Homepage

If you already have the PPA and Wine 1.3 installed, Wine will be updated to the latest version when running an system update.

Wine is still under active development. Not every program works yet, however there are already several million people using Wine to run their software.

What’s new in this release:

Completion of the DIB engine.
Improvements to the C++ runtime.
A number of fixes in the audio drivers.
Unnecessary Direct3D options removed from WineCfg.
Some fixes to the built-in Internet Explorer.
Various bug fixes.

Wine 1.3.37 Announcement

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
A Helpful Person
A Helpful Person
12 years ago

On the second line it needs to be, “sudo apt-get update” not “sudo apt-get updte”