Install Wine 1.5.11 in Xubuntu (PPA)
Wine 1.5.11 has been released with the following major changes:
- Multi-channel support in the ALSA driver.
- Removal of the big X11 lock.
- Support for pair positioning adjustments in Uniscribe.
- More I/O stream implementations in the C++ runtime.
- Various bug fixes.
Ubuntu repositories is still 1.4. Bellow instructions are provided to install the latest Wine version from the "Latest official WineHQ releases" PPA.
Install
Open a terminal window and run this line:
sudo apt-add-repository ppa:ubuntu-wine/ppa -y && sudo apt-get update && if [ `uname -m` == "x86_64" ]; then wine="wine1.5-amd64"; else wine="wine1.5"; fi && echo $wine && sudo apt-get install $wine
Thx a lot huge help!!!
ReplyDeleteYou're welcome.
Deletethank's :)
ReplyDelete