2023archlinux安装微信wine

执行yay -S deepin-wine-wechat安装报错:

yay -S deepin-wine-wechat        [13:58:58]
 -> 找不到所有需要的包:
        deepin-udis86 (被这些包需要: deepin-wine-wechat -> deepin-wine6-stable)

以前是可以正常安装的。那么有没有什么解决办法呢?

原因分析

缺失deepin-udis86这个依赖,导致无法安装。

解决思路

本地安装一下deepin-udis86这个依赖
https://github.com/JohnMasoner/deepin-udis86

解决办法

安装deepin-udis86

非root用户执行以下内容

# 下载代码
git clone https://github.com/JohnMasoner/deepin-udis86.git
# 编译安装
cd deepin-udis86/
makepkg -i

安装wechat

既然解决了依赖问题,那就开始安装吧。

yay -S deepin-wine-wechat

我是直接就可以安装成功了。

如果出现以下问题

WeChatSetup-3.8.0.41.exe … FAILED

那就跳过验证执行

bash yay -S deepin-wine-wechat --mflags --skipinteg

参考

https://blog.csdn.net/hwh295/article/details/128583257

猜你喜欢

转载自blog.csdn.net/lxyoucan/article/details/128734639