How to install and upgrade Wine1.7.20 for Ubuntu or LinuxMint

Source: Internet
Author: User
The Wine1.7.20 development edition was released on July 10, June 13, 2014. Next we will introduce how to install it in Ubuntu14.04, Ubuntu13.10, or Ubuntu12.04. Wine is an open-source software designed to enable Microsoft Windows applications to run in Linux, Mac, FreeBSD, and Solaris. The latest Wine1.7.20 has the following features and new features:

The Wine 1.7.20 development edition was released in June 13, 2014. Next we will introduce how to install it in Ubuntu 14.04, Ubuntu 13.10, or Ubuntu 12.04.

Wine is an open-source software designed to enable Microsoft Windows applications to run in Linux, Mac, FreeBSD, and Solaris.

The latest Wine 1.7.20 has the following features and new features:

  • X11 problem repair
  • New C/C ++ Runtime Functions
  • Fixed Multiple Memory problems
  • Fixed Multiple OLE storage problems
  • Other Bug fixes
Install Wine 1.7.20 using PPA

1. Press Ctrl + Alt + T to open the terminal and run the following command to add Wine 1.7.20 PPA.

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

2. Run the following command to update and install wine1.7:

1 sudo apt-get update; sudo apt-get install wine1.7
Source code compilation and installation of Wine 1.7.20

1. Install the dependency package

  • Run the following commands on Ubuntu 14.04 and Ubuntu 13.10:
1 sudo apt-get install flex bison qt4-qmake
  • Run the following command in Ubuntu 12.04:
1 sudo apt-get install flex bison qt3-dev-tools qt4-qmake

2. Download the source code package

1 wget http://prdownloads.sourceforge.net/wine/wine-1.7.20.tar.bz2

3. decompress the source code package

1 tar -xjvf wine-1.7.20.tar.bz2 && cd wine-1.7.*

4. Compile and install

  • 32-bit System
12 ./configurecd tools && ./wineinstall
  • 64-bit System
12 ./configure --enable-win64cd tools && ./wineinstall

Ubuntu 13.10 compiled and installed Wine 1.7 http://www.linuxidc.com/Linux/2013-10/91667.htm

Ubuntu 13.10 text tutorial on hard drive installation in Windows 7See http://www.linuxidc.com/Linux/2013-10/91565.htm

Wine 1.6 release, Windows simulator http://www.linuxidc.com/Linux/2013-07/87557.htm

Linux supports running Direct3D 9 games with better performance than Wine http://www.linuxidc.com/Linux/2013-07/87510.htm

Ubuntu 13.04 Wine QQ2012 can not call fcitx Input Method to Solve the Problem of http://www.linuxidc.com/Linux/2013-06/86152.htm

Ubuntu 12.04 install the latest Wine 1.5.10 tutorial see http://www.linuxidc.com/Linux/2012-08/67434.htm

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-08/105091.htm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.