Manjaro 19 安装 deepin-wine-wechat 在验证 md5sums 时报错

环境

  • manjaro 19.10 (i3wm)

经过

因为wine微信死活起不来了,所以打算重新安装。在使用 yay 安装的过程中,报错提示签名校验错误。内容如下

==> 正在验证 source 文件,使用md5sums...
deepin.com.wechat_2.6.2.31deepin0_i386.deb ... 通过
WeChat_C1022.exe ... 失败
run.sh ... 通过
reg.patch ... 通过
==> 错误: 一个或多个文件没有通过有效性检查!
Error downloading sources: deepin-wine-wechat

解决方案

  1. yay 的缓存目录里边有个 deepin-wine-wechat ,这个文件夹放的就是打包用的源码,进入该文件夹

  2. 更新签名

  3. 安装

实际操作如下

$ cd ~/.cache/yay/deepin-wine-wechat

$ updpkgsums

$ makepkg -si

参考

无法安装微信 #20

评论