zq1997 / deepin-wine

【deepin源移植】Debian/Ubuntu上的QQ/微信快速安装方式
https://deepin-wine.i-m.dev
GNU General Public License v3.0
5.18k stars 390 forks source link

企业微信 依赖冲突 libsane-common #388

Closed bonjour-py closed 2 months ago

bonjour-py commented 3 months ago

os: kali (debian sid) today 2024-08-06

└─$ sudo apt install com.qq.weixin.work.deepin 
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

无法满足的依赖关系:
 libsane : 依赖: libsane-common (= 1.0.27.2-3.2+deepin) 但是 1.3.0-1 正要被安装
Error: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
bonjour-py commented 3 months ago

似乎debian sid 中已有了 libsane-common 和 libsane

└─$ apt search libsane
libreoffice/kali-rolling,now 4:24.2.3-2 amd64 [已安装]
  office productivity suite (metapackage)

libsane/未知 1.0.27.2-3.2+deepin amd64
  API library for scanners

libsane-common/kali-rolling,kali-rolling,now 1.3.0-1 all [已安装,自动]
  API library for scanners -- documentation and support files

libsane-dev/kali-rolling 1.3.0-1 amd64
  API development library for scanners [development files]

libsane-hpaio/kali-rolling 3.22.10+dfsg0-5 amd64
  HP SANE backend for multi-function peripherals

libsane1/kali-rolling,now 1.3.0-1 amd64 [已安装,自动]
  API library for scanners
zq1997 commented 3 months ago

先手动安装依赖的deepin版本libsane就可以,这个过程会卸载部分其他包,不过看起来都是用不着的

bonjour-py commented 2 months ago
apt update; 
apt install -y --allow-downgrades libsane-common=1.0.27.2-3.2+deepin; 
apt install -y com.qq.weixin.work.deepin; 

似乎不会出问题

bonjour-py commented 2 months ago
apt update; 
apt install -y --allow-downgrades libsane-common=1.0.27.2-3.2+deepin; 
apt install -y com.qq.weixin.work.deepin; 

似乎不会出问题

!!!!! 只在 debian sid 上测试过 ubuntu 似乎有问题 https://github.com/zq1997/deepin-wine/issues/392#issuecomment-2375829261