删除 ttf-mscorefonts-installer

Adi*_*a G 6 update-manager

该软件包ttf-mscorefonts-installer在 Update Manager 中显示为已下载但未安装。当我跑步时,sudo apt-get remove ttf-mscorefonts-installer我收到消息

 dpkg: warning: there's no installed package matching ttf-mscorefonts-installer:amd64
Run Code Online (Sandbox Code Playgroud)

我无法取消选中更新管理器界面中 ttf-mscorefonts-installer 旁边的框,也无法安装任何其他更新,因为我收到错误消息

需要安装不受信任的软件包

该操作将需要安装来自未经过身份验证的来源的软件包。

我如何摆脱ttf-mscorefonts-installer它以停止引起问题?

Anw*_*war 11

首先尝试这个 - >

sudo apt-get update
sudo apt-get -f install
Run Code Online (Sandbox Code Playgroud)

如果它不能解决问题,请尝试使用

sudo dpkg -r ttf-mscorefonts-installer
Run Code Online (Sandbox Code Playgroud)

希望它会有所帮助。