update manager error

Asked by apshajan

whenever i try to open update manager it says('E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_maverick_partner_i18n_Translation-en, E:The package lists or status file could not be parsed or opened.') what should i do pls help?I am using the latest package 11.04. Please help me out here as i am not being able to download softwares from ubuntu software center...please someone help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
wojox
Solved:
Last query:
Last reply:
Revision history for this message
Best wojox (wojox) said :
#1

Run these three commands in the Terminal Ctrl+Alt+T

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean all
sudo apt-get update

Revision history for this message
apshajan (apshajan-in) said :
#2

I run the first command, the result is

No command 'sudo:' found, did you mean:
 Command 'sudo' from package 'sudo' (main)
 Command 'sudo' from package 'sudo-ldap' (universe)
sudo:: command not found

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Take care on what you type, type sudo without the ":"

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4
Revision history for this message
apshajan (apshajan-in) said :
#5

Thanks for the informations,
Wojox, marcobra, Mark Rijeckenberg,
the problem solved, when I run the commands
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean all
sudo apt-get update
without the ":"

Revision history for this message
apshajan (apshajan-in) said :
#6

Thanks wojox, that solved my question.