synaptic package manager error in 8.04 (alpha 6)

Asked by txt007

My Synaptic Package manage gives this error:

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

I open Terminal to run the proposed dpkg
txt@tran:~$ dpkg --configure -a
dpkg: requested operation requires superuser privilege
txt@tran:~$ root
bash: root: command not found
txt@tran:~$ cd ..
txt@tran:/home$ cd ..
txt@tran:/$ cd root
txt@tran:/root$ dpkg --configure -a
dpkg: requested operation requires superuser privilege
txt@tran:/root$
txt@tran:/root$

Am the only one in this computer.

txt@tran:/root$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)"

txt@tran:/root$ apt-cache policy packagename
W: Unable to locate package packagename

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
txt007
Solved:
Last query:
Last reply:
Revision history for this message
txt007 (shao-qiang) said :
#1
Revision history for this message
Greg Grossmeier (greg.grossmeier) said :
#2

Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https://answers.launchpad.net/ubuntu

Best

Revision history for this message
Max Schukin (schukin) said :
#3

txt007, to get superuser privilege use "sudo" (for more information about sudo go to https://help.ubuntu.com/community/RootSudo). Type "sudo dpkg --configure -a" in terminal and post the result here.

Revision history for this message
Max Schukin (schukin) said :
#4

It looks like they have already solved that problem. Just update your system.

Revision history for this message
txt007 (shao-qiang) said :
#5

Right, i did update and the error didn't recidive. Tks Max