PDA

View Full Version : [ubuntu] [SOLVED] Updates are mad at me.



projecthikari
October 13th, 2008, 12:30 AM
The picture attached speaks 1000 words.

What do I do about this?

jemate18
October 13th, 2008, 12:36 AM
The picture attached speaks 1000 words.

What do I do about this?

you should have root privileges in order to execute dpkg

type
sudo dpkg --configure -a

OutOfReach
October 13th, 2008, 12:39 AM
Right, jemate18 has got it, you need to run the program as root.

The problem that you had was most likely caused by an interruption (power outage, force quite) during and installation or upgrade.

projecthikari
October 13th, 2008, 12:47 AM
It told me i had something broken (package?), and to use the "Broken 'something' finder" to fix it.

jemate18
October 13th, 2008, 12:49 AM
It told me i had something broken (package?), and to use the "Broken 'something' finder" to fix it.

Yes... because in some point, your update was interrupted or something...


Applications -> Accessories -> Terminal

Type

sudo dpkg --configure -a

I hope this solves it.....