The package NAME needs to be reinstalled, but I can’t find an archive for it..
Some time with Ubuntu you have the the prolem with the package NAME.The error look like below
E: The package NAME needs to be reinstalled, but I can't find an archive for it. E: Internal error opening cache (1). Please report.
And the solution is
sudo dpkg --remove --force-remove-reinstreq NAME
For Example you get the following error:
E: The package virtualbox needs to be reinstalled, but I can't find an archive for it. E: Internal error opening cache (1). Please report.
Then the solution is
sudo dpkg --remove --force-remove-reinstreq virtualbox
本文介绍了当遇到Ubuntu系统中无法找到指定软件包存档进行重新安装的问题时的解决办法。通过使用dpkg命令强制移除再尝试重新安装,可以有效解决这一难题。

5491

被折叠的 条评论
为什么被折叠?



