How to install Wine 1.7.38 in Ubuntu 14.10, Ubuntu 14.04, Debian and Linux Mint. Install Wine (Wine Is Not an Emulator) via PPA in Ubuntu/Linux Mint and run Windows applications on Ubuntu/Linux Mint systems.
Wine lets you run Windows software on Linux and other operating systems. Using Wine, you can install and run Windows applications in Linux, Mac, FreeBSD, and Solaris. Wine is free open source software. Let us learn how to install Wine in Linux Ubuntu 14.04 and other popular Linux Ubuntu derivatives.
The latest Wine 1.7.38 is now available for download and install. The newly released Wine 1.7.38 comes with many new exciting features.
How To Install Wine 1.7.38 On Ubuntu 14.10, Ubuntu 14.04 & Derivatives
To install Winehq 1.7.38 via PPA in Ubuntu/Linux Mint, open Terminal (Press Ctrl+Alt+T) and run the following commands in the Terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks
Remove/Uninstall Wine 1.7.38
To remove Wine 1.7.38 and winetricks, run the following commands:
sudo apt-get remove wine1.7 winetricks