Anytime I install something or update Ubuntu, I notice this during the ending process in the terminal:
linux-image-3.5.0-23-generic
linux-image-extra-3.5.0-23-generic
linux-image-generic
E: Sub-process /usr/bin/dpkg returned an error code (1).
Is there a fix for this?
gedit /var/log/dpkg.log
– colboynik Feb 06 '13 at 05:32dpkg -C
will tell you what all is not configured correctly. You can trydpkg --configure linux-image-3.5.0-23-generic
to try to finish the configuration. – colboynik Feb 11 '13 at 04:15