top-bettercode / docker-wine

11 stars 4 forks source link

Dependence error: fonts-adobe-source-han-serif-cn:all when try to install a new wine package #1

Open sxyzy1016 opened 6 years ago

sxyzy1016 commented 6 years ago

I tried: apt-get install deepin.net.cnki.cajviewer and got

正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
 deepin.net.cnki.cajviewer : 依赖: fonts-adobe-source-han-serif-cn:all 但无法安装它
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。

so, apt-get install fonts-adobe-source-han-serif-cn and there was no problem. But then again apt-get install deepin.net.cnki.cajviewer still got the same error. So I tried dpkg -i deepin.net.cnki.cajviewer_7.2deepin0_i386.deb and then apt-get -f install got

正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
正在修复依赖关系... 完成
下列软件包将被【卸载】:
  deepin.net.cnki.cajviewer
升级了 0 个软件包,新安装了 0 个软件包,要卸载 1 个软件包,有 0 个软件包未被升级。
解压缩后将会空出 48.0 MB 的空间。
您希望继续执行吗? [Y/n] n
中止。

seems apt-get cant fix it. Any resolutions?

sxyzy1016 commented 6 years ago

I tried another way: docker run -it bestwu/deepin bash and inside it: apt-get update&&apt-get install deepin-wine deepin-wine32 deepin-wine32-preloader deepin-wine-helper deepin-wine-uninstaller&&apt-get install deepin.net.cnki.cajviewer there was no problem.

N-ew commented 4 years ago

thankyou so much.