PDA

View Full Version : Trouble with upgrade - see the error messg.



vgunn
August 21st, 2013, 07:57 PM
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/is.archive.ubuntu.com_ubuntu_dists_raring_main_i18 n_Translation-en
E: The package lists or status file could not be parsed or opened.

Bashing-om
August 21st, 2013, 08:44 PM
vgunn; Hi ! Welcome to the forum !

Try this: Terminal codes: (ctl+alt+t yields a terminal)


sudo rm -fr /var/lib/apt/lists
sudo mkdir -pv /var/lib/apt/lists/partial
sudo apt-get update

which removes the probably invalid database and "apt-get update" repopulates the database with current info.



just try'n to help

vgunn
August 21st, 2013, 09:41 PM
vgunn; Hi ! Welcome to the forum !

Try this: Terminal codes: (ctl+alt+t yields a terminal)


sudo rm -fr /var/lib/apt/lists
sudo mkdir -pv /var/lib/apt/lists/partial
sudo apt-get update

which removes the probably invalid database and "apt-get update" repopulates the database with current info.


just try'n to help




... and your help saved me. All seems to be allright! Thank you so much!.

VGunn

Bashing-om
August 21st, 2013, 11:51 PM
vgunn; Congratulations !

You do good work ... pleased it worked out for us.

Please mark this thread as solved .. as an aid to all from the thread tools menu.



happy trails to you