Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sxyzy1016 opened this issue Apr 19, 2018 · 2 comments

Comments

@sxyzy1016
Copy link

sxyzy1016 commented Apr 19, 2018

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 sxyzy1016 changed the title Dependence error Dependence error: fonts-adobe-source-han-serif-cn:all when try to install a new wine package Apr 19, 2018
@sxyzy1016
Copy link
Author

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
Copy link

N-ew commented Oct 18, 2019

thankyou so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants