Commune (http://www.linuxidc.com/linux/2014-06/103768.htm) said:
WINE (the acronym "Wine is not a Emulator") is a compatibility layer capable of running Windows applications on a variety of posix-compliant operating systems, such as Linux,mac OSX and BSD. Instead of emulating internal windows logic like a virtual machine or simulator, Wine translates Windows API calls into dynamic POSIX calls, eliminating the memory footprint of performance and other behaviors, allowing you to cleanly assemble Windows apps to your desktop.
Let's share with you how to install wine on Ubuntu 14.04
1. Add PPA
sudo add-apt-repository Ppa:ubuntu-wine/ppa
2. Update the list
sudo apt-get update
3. Install wine
sudo apt-get install wine1.7 winetricks
I don't use the following.
To avoid errors, you can use the following command
sudo apt-get update
Ubuntu 13.10 Compilation Installation wine 1.7 http://www.linuxidc.com/Linux/2013-10/91667.htm
Windows 7 under HDD installation Ubuntu 13.10 Graphics Tutorial See http://www.linuxidc.com/Linux/2013-10/91565.htm
Wine 1.6 Released, Windows emulator http://www.linuxidc.com/Linux/2013-07/87557.htm
Linux supports running Direct3D 9 game with performance better than wine http://www.linuxidc.com/Linux/2013-07/87510.htm
Ubuntu 13.04 Wine QQ2012 cannot call Fcitx IME problem Resolution http://www.linuxidc.com/Linux/2013-06/86152.htm
Ubuntu 12.04 Install the latest version of wine 1.5.10 Tutorial See http://www.linuxidc.com/Linux/2012-08/67434.htm
For more information about Ubuntu see the Ubuntu feature page http://www.linuxidc.com/topicnews.aspx?tid=2
This article permanently updates the link address : http://www.linuxidc.com/Linux/2014-06/103768.htm
The following is the international version of the installation of QQ
Original address: http://bubuko.com/infodetail-343048.html
The international version has the following benefits:
1: Support password keypad input and remember password.
2: Can send QQ expression no problem.
3: No problem transferring files.
4.IBus Input method is normal.
5:QQ set common functions, which are relatively thin and consume less CPU.
Below I give the download link of wine-qqintl:
Http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=23
The first step: do not ask anything, first the connection address of the international version of QQ download down
Step Two:
One: Install dependent libraries
In terminal input sudo apt-get install libgtk2.0-0:i386
In addition, if the 64-bit system also installsthe Ia32-libs,
But the package has been replaced by other versions in Ubuntu14.04,
So here we choose to install LIB32NCURSES5,
So in the terminal input sudo apt-get install lib32ncurses5
Step Three:
Unzip and install the WINEQQINTL
After downloading the WINEQQINTL, my default placement path is in "/home/beyondray/download", we extract the archive from the zip,
You can get three. Deb compression packets, so we first enter "CD ~/download" to navigate to that path, and then enter sudo dpkg-i wine-qqintl_0.1.3-2_i386.deb
Install the Wine-qqintl_0.1.3-2_i386.deb package.
/*
The following error I did not encounter, the original mentioned
But I had an error in the installation because there was no configuration for LIB, so I entered sudo apt-get install-f
Then re-enter the sudo dpkg-i wine-qqintl_0.1.3-2_i386.deb, and you will see that the installation is OK.
*/
Then continue typing sudo dpkg-i ttf-wqy-microhei_0.2.0-beta-2_all.deb and
sudo dpkg-i Fonts-wqy-microhei_0.2.0-beta-2_all.deb installs the remaining two Deb packages.
Fourth Step:
In fact, the above steps have been implemented QQ installed behind the only detection, and then moved out the shortcut key:
Three: Run Wineqqintl
To detect Wineqqintl has been installed properly, we can enter sudo dpkg-l|grep QQ, then will show you all of the QQ installation version,
Wineqqintl default installation path is/usr/share/applications/, of course you can also enter
The sudo find/-name qq* command searches the terminal for information about the installation of QQ.
Open by simply double-clicking on the icon.
ubuntu14.04 installation of wine and international version of QQ