I'm trying to update to ubuntu 18.04 LTS using terminal and following these instructions
$ sudo apt update
this command ran ok
then
$ sudo apt upgrade
command gives me the following error:
E: The package linux-headers-4.4.0-134-generic needs to be reinstalled, but I can't find an archive for it.
Please can you help?
linux-headers-4.4.0-134-generic
want to be reinstalled, but isn't found in ppa; make a search withapt search linux-headers-4.4.0-134-generic
-> if output, usesudo apt install linux-headers-4.4.0-134-generic --reinstall
, if no output, then you might search another ppa which got this package, or delete it – damadam Aug 24 '18 at 09:47apt autoremove && apt autoclean && sudo init 6
and thenapt-get install linux-headers*
. – abu-ahmed al-khatiri Aug 24 '18 at 10:16Reading state information... Done E: The package linux-headers-4.4.0-134-generic needs to be reinstalled, but I can't find an archive for it." Sorry i do not understand how to format my text properly – Rakamm Aug 24 '18 at 10:16
Reading state information... Done E: The package linux-headers-4.4.0-134-generic needs to be reinstalled, but I can't find an archive for it. ~$ sudo apt-get install linux-headers Reading package lists... Done Building dependency tree
Reading state information... Done E: The package linux-headers-4.4.0-134-generic needs to be reinstalled, but I can't find an archive for it." – Rakamm Aug 24 '18 at 10:19
uname -a
– abu-ahmed al-khatiri Aug 24 '18 at 10:21apt dist-upgrade
. – abu-ahmed al-khatiri Aug 24 '18 at 10:37Reading state information... Done E: The package linux-headers-4.4.0-134-generic needs to be reinstalled, but I can't find an archive for it. – Rakamm Aug 24 '18 at 10:46