how to get an super user on ubuntu hardy heron ?

Asked by zeldur

when i`m trying to update ubuntu or trying to download new stuff from add and remove, an error pops up. :

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

then i try to run dpkg --configure -a , but the terminal says that i need a super user.
how do i get that ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dpkg Edit question
Assignee:
No assignee Edit question
Solved by:
Tony Mugan
Solved:
Last query:
Last reply:
Revision history for this message
Best Tony Mugan (tmugan) said :
#1

Open a terminal window (Applications menu, Accessories) and type...

sudo dpkg --configure -a

Revision history for this message
zeldur (zeldur-mtb) said :
#2

Thanks Tony Mugan, that solved my question.