0

After I start up synaptic this error message shows up. How can I fix this?

E: Encountered a section with no Package: header<br>
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.<br>
E: _cache->open() failed, please report.<br>
Zanna
  • 70,465
Mdxxx
  • 1

1 Answers1

0

Try removing lists and updating:

sudo rm -f /var/lib/apt/lists/*

and then

sudo apt-get update
  • It says rm: cannot remove ‘/var/lib/apt/lists/partial’: Is a directory – Mdxxx Aug 22 '15 at 01:48
  • Try removing this one using sudo rm -Rf /var/lib/apt/lists/partial/ and then execute sudo rm -f /var/lib/apt/lists/* again. Use the last command for every forlder you receive the last error – Guilherme Caldas Nov 03 '15 at 18:23