I can't do most things with the Terminal because it gives me this error: "the package linux-headers-5.4.0-56 needs to be reinstalled, but I can't find an archive for it."
I have tried to do things like: sudo apt install --reinstall linux-headers-5.4.0-56 linux-headers-5.4.0-56-generic
But it still outputs the same error.
I have also tried to simply update my Ubuntu but whenever I try to open the Software Updater It simply does nothing.
Doing: Sudo apt-get upgrade
Gives the same error.
uname -r
It says: i'm using: 5.4.0-54-generic. Do I need to update my kernel to a new version? if so how do I do that? – Mr.Untitled Dec 27 '20 at 02:34linux-headers-generic
should point tolinux-headers-5.4.0-58-generic
which would pull .58 kernel. You can refer this answer to know how to remove .56. – Kulfy Dec 27 '20 at 13:16