参考下面两篇文章整合一下。亲测ubuntu 16.04及以上可用。
https://www.cnblogs.com/xinyunyou/p/12604258.html
https://blog.csdn.net/weixin_34372728/article/details/92592889
32位支持:
sudo dpkg --add-architecture i386
添加源
sudo vim /etc/apt/sources.list
添加下面源:
deb https://mirrors.aliyun.com/deepin/ panda main contrib non-free
deb-src https://mirrors.aliyun.com/deepin/ panda main contrib non-free
deb https://mirrors.aliyun.com/deepin/ panda main contrib non-free
保存后,为上面添加的源加入许可证:
wget https://mirrors.aliyun.com/deepin/project/deepin-keyring.gpg
gpg --import deepin-keyring.gpg
sudo gpg --export --armor 209088E7 | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51
安装微信(2.6.8版本)
sudo apt update
sudo apt install deepin.com.wechat
更新微信方法:
mkdir /tmp/wechat
cd /tmp/wechat
wget https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
env WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine WeChatSetup.exe
PS:sudo apt-cache search XXX 使用这个命令可搜索软件安装,QQ,TIM,钉钉,迅雷等可自取。