每次我尝试安装一个包时,都会使用下面的命令
sudo apt install git
我得到了输出
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: The package linux-headers-5.15.0-58 needs to be reinstalled, but I can't find an archive for it.
我目前使用的是 Ubuntu 22.04.1 LTS。我一直在尝试使用此帖子中的命令来修复它:Ubuntu 无法更新:“需要重新安装软件包 linux-modules-5.19.0-32-generic”,但我找不到它的存档。显然,该线程中的问题来自不同的版本。我还尝试了该线程中的其他命令:Linux-Headers 重新安装
关于如何修复此错误有什么想法吗?