Wine 1.7.26 Release , Install On Linux Ubuntu / Debian And Mint Using PPA



Wine 1.7.26 Release , Install On Linux Ubuntu / Debian And Mint Using PPA

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.

What's new in this release:
  • Still more DirectWrite functions.
  • Improvements to the common File Dialog.
  • A number of C runtime improvements.
  • Various bug fixes.
To Install Wine 1.7.26 On Linux Ubuntu / Debian And Mint Using PPA, open a new Terminal window and bash (get it?) in the following commands:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks

The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.