How to install common apps such as QQ and WeChat on Linux system (take Ubuntu20.04 as an example)

To be a digression, I have been running Linux on a virtual machine before, and I didn’t open it very much. I installed it on a physical machine some time ago (Ubuntu20.04+Win10 dual system), and then my Win10 was broken into the cold palace hhh~~ ~~

(In order to prevent someone from quitting as soon as they come in, let me put the final result...)

This is what it should be, let's continue to complain~~~~~

As a novice, Ubuntu is a magical thing. The different interfaces and different environments make me feel like a child who has gotten a toy that I can’t put down (although I seriously suspect that I just love it for a while...), Then I finished my Python experiment report on Ubuntu some time ago (I have to learn it again with my teacher if I was self-taught before...for details or if I want to learn Python, see my previous blog), I was thinking about how to send it to the class. Representative, too much trouble, for example, I save to Baidu Cloud? Restart into Win10, open Baidu Cloud and download again...? ? ? Is this too much trouble? ? Programmers are all about efficiency, so I clicked on the official website of QQ and installed the QQ for linux version. I can only say that there are more bugs than functions. Take a screenshot first!

How is the operation effect? Probably only scan the code to log in. Scanning the code may not be able to get on the board. The only advantage is that the chat window makes me feel 10 years younger because it looks like this! !

This feeling of living in childhood reminded me of the horror of my cousin taking me to watch ghost movies when I was a kid, so I decided to change it. I was talking about this with a Linux boss (Coke), and he recommended it to me. I posted a link, the installation process is extremely complicated and ended in failure, in order not to let the friends think that this is my recommended version, so I put it at the end of the article.

The installation tutorial begins:

First install the wine environment, the command is as follows:

(Foreign): git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git

(Domestic): git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git

Unzip and execute after entering the folder:

-----Command: ./install.sh

-----Command: ./KDE-install.sh

-----Command: ./install_2.8.22.sh

 

Then copy the link and click to open it in any browser. The browser will not display anything but you will be prompted whether to save the file. Click "Yes" to save, the link is as follows:

https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/

If the version does not support, you can try this link:

https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.qq.im_9.1.8deepin0_i386.deb

Then enter the directory folder, mine is Downloads, right-click after entering, click "Open in terminal", and then use the command:

sudo dpkg -i + package name

No error is reported, OK, if an error is reported, perform an automatic solution:

sudo apt --fix-broken install 或者 sudo apt -f install -y

Then just do it once in dpkg!

There are some other software. I uploaded the link directly. The installation method is the same:

1. [QQ](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/)
2. [TIM](https://mirrors.aliyun.com /deepin/pool/non-free/d/deepin.com.qq.office/)
3. [QQ Light Chat Edition](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin .com.qq.im.light/)
4. [WeChat](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/) If a dependency error occurs, please download [This version](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.wechat_2.6.8.65deepin0_i386.deb)
5. [Foxmail](https:/ /mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.foxmail/)
6. [Baidu Netdisk ](https://mirrors.aliyun.com/deepin/pool/non-free/ d/deepin.com.baidu.pan/)
7. [360 compression](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.cn.360.yasuo/)
8. [WinRAR](https://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.cn.com.winrar/)
9. [Xunlei Extreme Edition](https://mirrors.aliyun .com/deepin/pool/non-free/d/deepin.com.thunderspeed/)
10. [ Qianiu Seller Workbench](https://mirrors.aliyun.com/deepin/pool/non-free/d/ deepin.com.taobao.aliclient.qianniu/)

If it is not compatible, you can try the old version!

1. [QQ](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.qq.im_9.1.8deepin0_i386.deb)
2. [TIM](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.qq.office_2.0.0deepin4_i386.deb)
3. [QQ轻聊版](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.qq.im.light_7.9.14308deepin8_i386.deb)
4. [微信](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.wechat_2.6.8.65deepin0_i386.deb)
5. [Foxmail](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.foxmail_7.2deepin3_i386.deb)
6. [百度网盘](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.baidu.pan_5.7.3deepin0_i386.deb)
7. [360 compression](https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.cn.360.yasuo_4.0.0.1060deepin3_i386.deb)
8. [WinRAR] (https://gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.cn.com.winrar_5.3.0deepin2_i386.deb)
9. [Xunlei Extreme Edition](https:// gitee.com/wszqkzqk/deepin-wine-containers-for-ubuntu/raw/master/deepin.com.thunderspeed_7.10.35.366deepin18_i386.deb)

Install it here! ! !

If you like to like it, iron guys~~~

Guess you like

Origin blog.csdn.net/Hsk_03/article/details/106067088