Ubuntu14.04 configure and install wine QQ
Preparation:
Download the latest wineQQ deb package: http://www.longene.org/download/ (find the latest download, but pay attention to ubuntu version and dependency compatibility issues)
Installation:
1. Installation package:
Sudo dpkg-I WineQQ2013-20131120-Longene.deb
2. Install related dependencies:
Sudo apt-get install wine
(Dealing with ubuntu 64-bit machines without a ia32-lib Library)
Sudo apt-get install g ++-multilib
Sudo apt-get install libncurses5: i386
Sudo apt-get install libc6: i386 libgpc3: i386 gcc-4.6-base: i386 libstdc ++ 5: i386 libstdc ++ 6: i386
After the installation is complete, restart the system. You can set donf-editor to add QQ to message or panel, which is not detailed here.
Configure wineQQ:
(1) If the logon times out, you can try to set proxy at the logon location (in a LAN without a network firewall, remember to turn off the previously configured proxy)
(2) about minimizing the inability to find QQ: Set the QQ hotkey after logging on to QQ, by default, the hot key for outbound QQ calls is ctrl + alt + z, or you can click start at the system tray on the desktop menu bar (this item needs to be set after the system restarts QQ)
Installation effect:
Ubuntu14.04 how to uninstall qq
How can I uninstall wine qq installed in ubuntu? Now wine qq is easy to use, including ubuntukylin official website and deepin linux official website's deepin version wine qq 2012 international version, as well as Longene's wine qq2013. Below we will demonstrate how to uninstall them separately...
Uninstall wineqq for deepin
Unmount deepin qq directly. If The uninstallation is not completed, proceed to the next step.
$ Sudo dpkg-r wine-qqintl
Delete/usr/share/deeepinwine
$ Cd/usr/share // enter the share Directory
$ Sudo rm-rf deepinwine // force delete the deeepinwine folder
Delete. deepinwine in the user directory
$ Cd/home/user name // enter the user directory or directly cd ~
$ Sudo rm-rf. deepinwine // force delete the. deepinwine folder
Delete qqintl. desktop files
$ Sudo rm/usr/share/applications/qqintl. desktop
Uninstall Longene wineqq
Fully uninstall longene qq. If this step is successful, you do not need to take the next step.
$ Sudo dpkg-r wine-qq2013-longeneteam
Sometimes, because some of our settings cannot be uninstalled, you can directly delete them as follows:
Delete/opt/longene
$ Cd/opt
$ Sudo rm-rf longene
Delete. longene in the user directory
$ Cd/home/user name/
$ Sudo rm-rf. longene
Delete qq and qq2013 under/usr/bin
$ Cd/usr/bin
$ Sudo rm-rf qq | sudo rm-rf qq2013
Delete/usr/share/applications/qq-test.desktop
$ Sudo rm/usr/share/applications/qq-test.desktop
Notes
If the first steps of deepin and longene can be uninstalled, you do not need to delete and unmount the next step.