Ubuntu 16.04:无法下载任何软件和更新

Ubuntu 16.04:无法下载任何软件和更新

由于此错误,我无法在 Ubuntu 16.04 中安装任何程序:

a@a-HP-Compaq-dc7800-Convertible-Minitower:~$ sudo apt-get install krita
[sudo] password for a:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package ttf-mscorefonts-installer needs to be reinstalled, but I can't find   
 an archive for it.
a@a-HP-Compaq-dc7800-Convertible-Minitower:~$

答案1

通过运行以下命令删除该ttf-mscorefonts-installer包:

sudo apt-get purge ttf-mscorefonts-installer

如果此方法无效,请尝试:

sudo apt-get -o 'Dpkg::Option::=force-remove-reinstreq' purge ttf-mscorefonts-installer

相关内容