Problem with MergeList /var/lib/apt/lists/in.archive.ubuntu.com_ubuntu_dists_natty_main_i18n_Translation-en

Asked by pradeepkumar

while installing ubuntu natty narwall , i encountered this problem , and 11.10 ia also not getting boot in my pc :-(
in 11.04 "error could not open the header" ,
and update manager and synaptic manager not opening

Question information

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

sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
sudo rm -rf /var/lib/dpkg/updates/*
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update
sudo dpkg --clear-avail
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt-get update
sudo apt-get dist-upgrade

Revision history for this message
pradeepkumar (pradeep-k-kumar003) said :
#2

thank you for your help :-) now its working

Revision history for this message
pradeepkumar (pradeep-k-kumar003) said :
#3

Thanks actionparsnip, that solved my question.