Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install QQ program under Linux system

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install QQ programs under the Linux system". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to install QQ programs under the Linux system".

Install Wine QQ under Ubuntu Kylin

1. Download the Wine QQ installation package

WineQQ2013SP6-20140102-Longene

The software package of this post comes from: http://www.longene.org/forum/vie. 4700&p=12241#p12241

two。 Specific installation

32-bit system installation instructions:

1. If you have previously installed the old version, you need to uninstall it first (check it through dpkg-l | grep qq).

Uninstall: first

The code is as follows:

Dpkg-l | grep qq

Find the name xxx and execute:

The code is as follows:

Sudo dpkg-P

First name xxx

two。 Installation: sudo dpkg-I software name. deb

3. After installation, qq can find qq in the dash above the desktop and click to run it.

4. It may be a little slow to run qq login for the first time after installation, which is normal. Qq needs to generate some user information of its own.

64-bit system installation instructions:

Run the following code to resolve all dependencies at once:

The code is as follows:

Sudo apt-get install libgtk2.0-0:i386

Then refer to the 32-bit installation method.

QQ solution under Arch Linux

1. Install Wine

The code is as follows:

$sudo pacman-S wine

Note: 64-bit multilib repository needs to be enabled to install Wine. Remove the "#" of [multilib] and its Include.

The code is as follows:

$sudo nano / etc/pacman.conf

two。 Install winetricks

The code is as follows:

$sudo pacman-S winetricks

3. Get the verb file of winetricks-zh. For more details, please go to winetricks-zh

The code is as follows:

$mkdir workforwine

$cd workforwine

$wget https://github.com/hillwoodroc/winetricks-zh/raw/master/verb/qq.verb

4. Install QQ

The code is as follows:

$WINEARCH=win32 winetricks qq

The following is a long installation process, a series of required components will be downloaded and will be cached ~ / .cache/winetricks. Please wait patiently. Maybe you can also try winetricks-zh. Winetricks-zh is a localized version of winetricks, adding more software that people may use.

The code is as follows:

$wget https://github.com/hillwoodroc/winetricks-zh/raw/master/winetricks-zh

$chmod + x winetricks-zh

$. / winetricks-zh

Thank you for your reading, the above is the content of "how to install QQ programs under the Linux system". After the study of this article, I believe you have a deeper understanding of how to install QQ programs under the Linux system. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report