首页 > 系统相关 >archlinux 安装微信QQ

archlinux 安装微信QQ

时间:2022-12-18 12:00:09浏览次数:51  
标签:QQ aur 微信 deepin archlinux https stable wine

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

 

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

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


refs:
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,aur,微信,deepin,archlinux,https,stable,wine
From: https://www.cnblogs.com/bluestorm/p/16990138.html

相关文章