分享

ubuntu/优麒麟安装deepin-wine微信的方法

 univasity 2020-08-14

参考下面两篇文章整合一下。亲测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,钉钉,迅雷等可自取。

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多