1

I'd like to install java runtime but it just does Reading package lists...

Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/repo.steampowered.com_steam_dists_precise_steam_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
Bacon
  • 381
Skull
  • 11

1 Answers1

0

I think your control file is corrupted.

Try this:

sudo rm -rf /var/lib/apt/lists
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get update && sudo apt-get upgrade
Bacon
  • 381
  • didnt work just did W: GPG error: http://deb.opera.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 63F7D4AFF6D61D45 E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/repo.steampowered.com_steam_dists_precise_steam_i18n_Translation-en E: The package lists or status file could not be parsed or opened. – Skull Aug 07 '15 at 16:47
  • then i did it twice and it said error unbable to locate archive use --fix-missing? – Skull Aug 07 '15 at 16:57
  • fianlly third try and it worked thx bacon! – Skull Aug 11 '15 at 20:28
  • Please consider marking the answer as "accepted" by clicking on the button bellow the downvote arrow, if the anwer satisfied your expectations :) – Bacon Aug 11 '15 at 20:55