[3rd-Party Apps] 更新后企业微信不能用了
Tofloor
poster avatar
yii
deepin
2022-05-12 17:14
Author

更新后企业微信不能用了

image.png

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-05-12 17:16
#1
  • 更新的系统还是更新的微信?
  • 微信的版本是下图版本么?
  • image.png
  • 不能用的表现是啥?有没有具体截图?
Reply View the author
yii
deepin
2022-05-12 17:22
#2
babyfengfjx
  • 更新的系统还是更新的微信?
  • 微信的版本是下图版本么?
  • image.png
  • 不能用的表现是啥?有没有具体截图?

更新系统,在更新之前是可以正常使用企业微信的,更新完系统后,企业微信就消失了,然后从商店下载就提示下载失败

unmet dependencies,也没说哪个依赖包的问题

image.png

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-05-12 17:23
#3
  • 终端执行下:sudo apt update && sudo apt dist-upgrade
  • 然后看看具体报错。
Reply View the author
yii
deepin
2022-05-12 17:25
#4
babyfengfjx
  • 终端执行下:sudo apt update && sudo apt dist-upgrade
  • 然后看看具体报错。

我执行了 ,问题就是没有报错。。。就是提示一些依赖不需要了

image.png

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-05-12 17:34
#5
yii

我执行了 ,问题就是没有报错。。。就是提示一些依赖不需要了

image.png

  • 直接终端安装看看具体报什么依赖:sudo apt install com.qq.weixin.work.deepin:i386
  • 看上面信息,是wine环境变化了感觉。
Reply View the author
yii
deepin
2022-05-12 17:37
#6
babyfengfjx
  • 直接终端安装看看具体报什么依赖:sudo apt install com.qq.weixin.work.deepin:i386
  • 看上面信息,是wine环境变化了感觉。

image.png

额,有报错了,但是我有什么方法能知道是被哪个软件限制了吗?

Reply View the author
babyfengfjx
Super Moderator
CQA
2022-05-12 17:57
#7
yii

image.png

额,有报错了,但是我有什么方法能知道是被哪个软件限制了吗?

  • 你的wine环境没了好像;
  • 你安装一下wine试试:sudo apt install deepin-wine6-stable:amd64
Reply View the author
deepin-superuser
deepin
2022-05-12 18:45
#8
sudo apt purge deepin-wine*
sudo apt autoremove --purge
sudo apt install com.qq.weixin.work.deepin
Reply View the author