尝试安装软件包时出现“nokuntusp”软件包错误

尝试安装软件包时出现“nokuntusp”软件包错误

在从 Ubuntu 软件中心或使用命令行进行任何安装时,我收到以下错误

E: The package nokuntusp needs to be reinstalled, but I can't find an archive 
for it.

如何修复?

答案1

很简单...

sudo dpkg --remove --force-remove-reinstreq nokuntusp

在终端中运行上述命令。它不会要求您“需要重新安装 nokuntusp 包”。

然后 synaptic 包管理器将开始工作。

相关内容