PDA

View Full Version : [gnome] Problem on ubuntu



Vampiree
August 10th, 2008, 12:26 PM
I have a problem on ubuntu.When I want to install package from Add/Remove
it don't work and says :

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

Non Plus Ultra
August 10th, 2008, 12:27 PM
and what happens when you run "dpkg --configure -a" in a terminal and try again?

kelean
August 10th, 2008, 12:30 PM
So open up a console window and type

sudo dpkg --configure -a

It should fix the problem.

Vampiree
August 10th, 2008, 12:41 PM
So open up a console window and type

sudo dpkg --configure -a

It should fix the problem.

I typed it bot my problem didn't solve.
:mad::icon_frown:](*,)

Non Plus Ultra
August 10th, 2008, 12:54 PM
Don't you think it's useful for the other forum members if you could give a little more info?
I've done a search on your error on the forum and a lot of suggestions are done here and there. Try that first.

kelean
August 10th, 2008, 01:29 PM
What was the output when you typed sudo dpkg --configure -a

You could also try

sudo apt-get -f install

That might help

Some more info would help