Reference: Http://www.linuxidc.com/Linux/2015-12/126722.htm and http://www.linuxidc.com/Linux/2016-05/131131.htm
1, for 64-bit systems, you need to turn on 32-bit architecture support:
sudo dpkg--add-architecture i386
[Email protected]:~$ sudo dpkg--add-architecture i386
[sudo] linuxidc password:
[Email protected]:~$ sudo add-apt-repository ppa:wine/wine-builds
More information: Https://launchpad.net/~wine/+archive/ubuntu/wine-builds
Press ENTER to continue or CTRL + C to cancel the add
GPG: Key Ring '/TMP/TMPSP8OT65G/SECRING.GPG ' has been established
GPG: Key Ring '/TMP/TMPSP8OT65G/PUBRING.GPG ' has been established
GPG: Download key ' 77C899CB ' from HKP server keyserver.ubuntu.com
GPG:/TMP/TMPSP8OT65G/TRUSTDB.GPG: Establishing a database of trust
GPG: Key 77C899CB: Public key "Launchpad PPA for Wine" imported
GPG: Total Processed Quantity: 1
GPG: Imported: 1 (rsa:1)
2, add Wine official PPA:
sudo add-apt-repository ppa:wine/wine-builds
3, after the PPA add, we first refresh the package cache and then install Wine 1.8:
sudo apt-get update
sudo apt-get install--install-recommends winehq-devel
If you have an older version of Wine installed, the update will be replaced automatically when you execute the above command.
4, after the installation is complete, you can use the following command to initialize the Wine 1.8 configuration:
Winecfg
Install Alibaba through wine and solve Chinese garbled characters under Ubuntu
This document Linux test environment for Ubuntu 15.10, same as Ubuntu 16.04 also applies. Wine is version 1.9.6.
First install the Win3, installation method see Ubuntu 15.10 through the official PPA installation Wine 1.8 stable version http://www.linuxidc.com/Linux/2015-12/126722.htm
Start Installation: Aliim2015_taobao (8.60.00C). exe, right-click to open, see:
Open the Winecfg configuration under Wine, under the Applications Options page, select Windows version for Win 200,XP or Vista.
When installed, there is a Alibaba icon on the desktop. Double-click the Alibaba icon. See, it is not running up and does not require any extra configuration.
See, at this time is garbled. You still cannot activate Alibaba directly from the seller's contact icon link in the browser. So you have to go ahead and complete the following steps:
1. Create a file named Wine-extension-aliim.desktop under ~/.local/share/applications and fill in the following:
Type=application
Name=aliwangwang
Mimetype=x-scheme-handler/aliim;
Nodisplay=true
Startupnotify=true
icon=a767_aliim.0
Wine "C:\Program Files\aliwangwang\8.60.00c\wwcmd.exe"%u
Method See
2. Open terminal, enter command: (see)
Xdg-mime default Wine-extension-aliim.desktop X-scheme-handler/aliim
3, in order to solve the problem of Chinese garbled, but also in order to make Windows applications look more beautiful, so you need the font under Windows.
I choose SIMSUN.TTC here, see, click Install in the upper right corner, do not copy to the ~/.wine/drive_c/windows/fonts/directory. However. TTC is a SIMFANG.TTC font used by many Windows apps by default.
This is to open again no longer garbled, see the top.
Install wine1.8 and Alibaba under Ubuntu