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
  • 1
  • 9
Skull
  • 11
  • 1

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
  • 1
  • 9