Try
Code:
sudo apt-get update
to update your package list.
Then
Code:
sudo apt-get autoclean
to clean up any partial packages.
Then
Code:
sudo apt-get clean
to clean up the apt cache.
Code:
sudo apt-get autoremove
will clean up any unneeded dependencies.
If while doing this you can identify the broken package this code will very forcefully remove it.
Code:
sudo dpkg --remove -force --force-remove-reinstreq package name
Change package name to the real name of course.

相关文章:

  • 2021-11-12
  • 2021-12-03
  • 2022-12-23
  • 2021-05-19
  • 2021-10-27
  • 2021-12-11
猜你喜欢
  • 2021-08-06
  • 2021-09-16
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案