Saturday 21 February 2015

Install/Update Wine 1.7.37 on Ubuntu and Linux Mint via PPA


Wine 1.7.37 is released, you can install, update or upgrade on your linux ubuntu/ Linux mint via PPA
 
Wine stands for "Wine is not an emulator" and it is an open source command-line software that's capable of translating Windows API calls into POSIX calls on-the-fly for integrating Windows applications into your Linux/UNIX desktop. For regular Linux users, the above means that the Wine software will allow them to run applications which are designed to be installed only on Microsoft Windows operating systems.

We can’t list here all the applications that are compatible with Wine, but we can assure you that most of them are. In order to find out if a certain apps runs on Linux via Wine, we suggest to test it yourself. Numerous Windows games also work well on Wine, which can be configured to support Windows XP, Windows 2003 Server, Windows Vista, Windows 2008 Server, Windows 2008 R2 Server, Windows 7 and Windows 8 operating system.
 
Considering the fact that the Linux and Open Source software ecosystem is thriving with many alternatives to popular Windows apps, we feel obligated to suggest Wine only to those of you who are really tight to a certain application that has no correspondent in the Linux world.

The Wine development release 1.7.37 is now available.
What's new in this release:
  • Interface change notifications.
  • Support for the UTF-7 encoding.
  • A number of graphical fixes for themed controls.
  • Wininet now implemented on top of Win32 sockets.
  • Various bug fixes.

How to install Wine 1.7.36 on Ubuntu and Linux Mint via PPA :

Because it is available via PPA, installing Winehq 1.7.36 (development) on the listed Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the wine package. Like this:

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1.7 winetricks

Optional, to remove Wine 1.7.36 and winetricks, open a new Terminal window and bash (get it?) in the following commands:

sudo apt-get remove wine1.7 winetricks

How to Completely removing Wine:

sudo apt-get remove wine

rm -rf $HOME/.wine

rm -f $HOME/.config/menus/applications-merged/wine*

rm -rf $HOME/.local/share/applications/wine

rm -f $HOME/.local/share/desktop-directories/wine*

rm -f $HOME/.local/share/icons/????_*.xpm

- See more at: http://media-opensource.blogspot.com/2015/02/install-update-winehq-1736-on-ubuntu.html#sthash.AgNFMUTw.dpuf

How to install Wine 1.7.36 on Ubuntu and Linux Mint via PPA :

Because it is available via PPA, installing Winehq 1.7.36 (development) on the listed Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the wine package. Like this:

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1.7 winetricks

Optional, to remove Wine 1.7.36 and winetricks, open a new Terminal window and bash (get it?) in the following commands:

sudo apt-get remove wine1.7 winetricks

How to Completely removing Wine:

sudo apt-get remove wine

rm -rf $HOME/.wine

rm -f $HOME/.config/menus/applications-merged/wine*

rm -rf $HOME/.local/share/applications/wine

rm -f $HOME/.local/share/desktop-directories/wine*

rm -f $HOME/.local/share/icons/????_*.xpm

- See more at: http://media-opensource.blogspot.com/2015/02/install-update-winehq-1736-on-ubuntu.html#sthash.AgNFMUTw.dpuf

How to install Wine 1.7.37 on Ubuntu and Linux Mint via PPA :

Because it is available via PPA, installing Winehq 1.7.37 (development) on the listed Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the wine package. Like this:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks
Optional, to remove Wine 1.7.37 and winetricks, open a new Terminal window and bash (get it?) in the following commands:
sudo apt-get remove wine1.7 winetricks
How to Completely removing Wine:
sudo apt-get remove wine
rm -rf $HOME/.wine
rm -f $HOME/.config/menus/applications-merged/wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/wine*
rm -f $HOME/.local/share/icons/????_*.xpm
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

No comments:

Post a Comment