参考网址:http://www.ihaveapc.com/2011/10/fix-annoying-the-package-needs-to-be-reinstalled-but-i-cant-find-an-archive-for-it-error-in-linux-mint-ubuntu/

解决办法:

sudo cp /var/lib/dpkg/status status.bkp

sudo gedit /var/lib/dpkg/status

Search for the package name that appears in the error. Note that, in our case the culprit package was ‘urd’ which was in ‘purge reinstreq half-installed’ state. After you have located the culprit package, delete the section of information related to that package and save the file. In our case, we deleted the section related to ‘urd’ inside the rectangle and saved the file. Close ‘gedit’ when done.

 

相关文章:

  • 2021-11-03
  • 2021-06-17
  • 2021-12-02
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2021-11-21
  • 2021-11-24
相关资源
相似解决方案