archlinux 安装微信QQ

DEEPIN服务器可以下载依赖库的包,不过装不上:

https://community-packages.deepin.com/deepin/pool/non-free/u/udis86/

# 1.deepin-udis86 install:

git clone https://aur.archlinux.org/deepin-udis86.git
cd deepin-udis86
makepkg
sudo pacman -U deepin-udis86-1.72_4-2-x86_64.pkg.tar.zst


警告:无法解决 "deepin-wine6-stable>=6.0.0.39-1","deepin-wine-wechat" 的一个依赖关系警告:无法解决 "deepin-wine-helper>=5.1.43_1-1","deepin-wine-wechat" 的一个依赖关系

# 2.deepin-wine6-stable install:
git clone https://aur.archlinux.org/deepin-wine6-stable.git
cd deepin-win6-stable
makepkg -s
sudo pacman -U deepin-wine6-stable-6.0.0.39-1-x86_64.pkg.tar.zst

# 3.deepin-wine-helper install:
git clone https://aur.archlinux.org/deepin-wine-helper.git
cd deepin-wine-helper
makepkg
sudo pacman -U deepin-wine-helper-5.1.44_1-1-x86_64.pkg.tar.zst

# 4.Install wechat and qq/ (tim for optional)
yay -S deepin-wine-wechat
yay -S deepin-wine-qq
#企业微信
yay -S com.qq.weixin.work.deepin
yay -S deepin-wine-tim

 

#5.安装微信碰到的exe校验失败的问题

问题描述:
==> 正在验证 source 文件,使用md5sums...
   com.qq.weixin.deepin_3.4.0.38deepin6_i386.deb ... 通过
   WeChatSetup-3.9.0.28.exe ... 失败
   libldap-2.4-2_2.4.47+dfsg.4-1+eagle_i386.deb ... 通过
   libsasl2-2_2.1.27.1-1+dde_i386.deb ... 通过
   run.sh ... 通过
   mmmojo.dll ... 通过
   mmmojo_64.dll ... 通过
==> 错误: 一个或多个文件没有通过有效性检查!
-> 生成时出错: deepin-wine-wechat-exit status 1
-> 无法安装以下软件包, 需要手动介入处理:
deepin-wine-wechat - exit status 1

问题根因:
最新的版本不是3.9.0.28,而是官方最新的(会去QQ官方下载最新的微信exe包)
下载的 WeChatSetup-3.9.0.28.exe 似乎是官方最新版 3.9.2 的安装包,所以无法通过检查。
可以换成 https://github.com/tom-snow/wechat-windows-versions/releases/tag/v3.9.0.28 这个包装。


解决方案:
cd ~/.cache/yay/deepin-wine-wechat
rm -rf WeChatSetup*
wget https://ghproxy.com/https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.0.28/WeChatSetup-3.9.0.28.exe
yay -S deepin-wine-wechat

 

ps: 目前aur库上已经不提供的deepin-wine的如上库支持了,仅有lib32-udis86-git但是安装不上(估计要执行如上操作);

感觉目前deepin这块的库维护有问题,打包的库和微信等的支持都还是32位,但arch现在都全面放弃32位了,必须得与时俱进下!!!


refs:

deepin-wine-wechat 3.9.0.28-3
https://aur.archlinux.org/packages/deepin-wine-wechat

WeChatSetup-3.9.0.28.exe
https://github.com/tom-snow/wechat-windows-versions/releases/tag/v3.9.0.28

https://blog.51cto.com/u_15082397/4385511
https://github.com/vufa/deepin-wine-wechat-arch
https://github.com/vufa/deepin-wine-tim-arch'
https://aur.archlinux.org/packages/deepin-wine6-stable?all_deps=1


QQ无法下载安装
yay -S deepin-wine-wechat ---成功
yay -S deepin-wine-qq ---下载失败,无法安装,报:PCQQ2021.EXE 无法下载安装

=》
yay -S com.qq.im.deepin
yay -S com.qq.weixin.deepin

腾讯发布了NT新架构的 linux QQ, 下载地址:
https://im.qq.com/linuxqq/index.shtml

yay -S linuxqq

or:
debtap xx.deb
sudo pacman -U xx.zst


 deepin qq下载:

https://github.com/vufa/deepin-wine-qq-arch/releases

deepin 微信下载:
https://github.com/vufa/deepin-wine-wechat-arch/releases

deepin TIM下载:
https://github.com/vufa/deepin-wine-tim-arch

posted @ 2022-12-18 11:30  petercao  阅读(1611)  评论(0编辑  收藏  举报