Невозможно установить update-notifier-common на 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

Есть ли обходной путь?

2 ответа

Обновление: я сделал ручную установку на основе этого: 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

ttf-mscorefonts-installer пакет, который apt-get пытается установить это из репозитория Ubuntu, а не из репозитория Debian (обратите внимание, что это зависит от update-notifier-common> =0.119 ubuntu2).

Вы, вероятно, смешали репозитории Debian и Ubuntu в /etc/apt/sources.list,

Другие вопросы по тегам