linux - 无法在 Debian Stretch 上安装 update-notifier-common

标签 linux dependencies debian apt-get debian-stretch

我目前正在尝试在 Debian Stretch 上安装一些字体

g@i-3-nstance:~$ sudo apt-get install ttf-mscorefonts-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ttf-mscorefonts-installer : Depends: update-notifier-common (>= 0.119ubuntu2) but it is not installable
E: Unable to correct problems, you have held broken packages.
g@i-3-nstance:~$

...但这个包似乎已被删除。

https://github.com/plone/ansible-playbook/issues/98

https://github.com/jnv/ansible-role-unattended-upgrades/issues/6#issuecomment-93569818

有解决办法吗?

最佳答案

更新:我基于此进行了手动安装:https://askubuntu.com/a/861476

sudo apt-get install cabextract libmspack0
wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
sudo dpkg -i ttf-mscorefonts-installer_3.6_all.deb

关于linux - 无法在 Debian Stretch 上安装 update-notifier-common,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51727811/

相关文章:

linux - 在 Debian 上编译 PostgreSQL 时出错

firefox - 如何在Debian服务器上运行Firefox

linux - mod_wsgi | linux安装错误

linux - 当我尝试获取 ~/.bashrc 时没有 .sc_start 文件

linux - 如何在 svn 存储库上应用 diff linux 命令生成的补丁

java - Maven:我的项目有一个不在任何 Maven 仓库(系统范围)中的依赖项。它会包含在我的最终 jar 中吗?

linux - 查找两个文件之间的公共(public)行

java - 实现 Spring Controller 的单元测试时缺少依赖项 hasSize() 和 hasProperty()

java - 如何获取主类的 Java 类依赖项列表?

node.js - 须藤: no tty present and no askpass program specified