How do I reinstall it? I was using sudo apt-get upgrade
and closed terminal before it finished. Now I get this error trying to install anything
E: The package linux-image-3.19.0-22-generic needs to be reinstalled, but I can't find an archive for it.
sudo dpkg --configure -a
the reconfigure an interrupted install – chesedo Jul 13 '15 at 08:53sudo
gives the command root access. Did you paste the part in grey from my comment in a terminal? – chesedo Jul 13 '15 at 09:41sudo dpkg-reconfigure linux-image-3.19.0-22-generic
– chesedo Jul 13 '15 at 09:57