0

enter image description hereenter image description hereAnytime 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?

2 Answers2

0

Purging those kernel packages and their configuration files, then re-installing them may solve the issue. In terminal:

sudo apt-get purge linux-image-3.5.0-23-generic linux-image-extra-3.5.0-23-generic linux-image-generic && sudo apt-get install linux-image-3.5.0-23-generic linux-image-extra-3.5.0-23-generic linux-image-generic

ananaso
  • 3,970
  • 4
  • 31
  • 51
0

I was having a similar problem on a VirtualBox and the problem was I didn't have PAE enabled.

M Smith
  • 101
  • 1