Install WeChat and QQ on Ubuntu

method one:

Newbies to Ubuntu still don’t know how to install QQ and WeChat? It’s enough to read this article_Installing WeChat and QQ on ubuntu_Xueli icefox’s blog-CSDN blog

Method 2: Software package list

You need to add a repository for first use: wget -O- https://deepin-wine.im.dev/setup.sh | sh

Then use: apt install ... to install the corresponding software package

sudo apt-get install com.qq.weixin.deepin #微信

sudo apt-get install com.qq.im.deepin # QQ

See the package list for a complete list

Guess you like

Origin blog.csdn.net/professionIT/article/details/132859798