I would really appreciate if anyone can help me on this.
It's been awhile that I have problem on updating and downloading new apps.
I can't open the Software centre and when I try to download app through terminal, it keeps showing this message:
E: The package linux-headers-4.15.0-63-generic needs to be reinstalled
, but I can't find an archive for it.
I am really not good with technology. Thank you for your time and help!
sudo apt update
andsudo apt upgrade
. Complete output, please - don't summarize. – user535733 Apr 20 '20 at 16:55sudo apt-get install --reinstall linux-headers-$(uname -r)
- have you tried this? Show output of:ls /boot/ | grep vmlinuz
– Gryu Apr 22 '20 at 19:37