[An unresolvable problem occurred while initializing the package information.
Please report this bug against the 'update-manager' package and include the following error message:
E:Unable to correct problems, you have held broken packages.
我该如何修复它?
答案1
尝试
sudo apt update --fix-missing
sudo dpkg -configure -a
sudo apt install -f
本质上,您是在更新软件包的同时修复任何损坏的软件包。接下来的两种方法是解决损坏的软件包和依赖项的不同方法。完成这些命令后,尝试运行更新。