Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Korrektur rm-zeile

...

But finally, I seem to have found a solution:

rm -fv $(find /bin/rm /var/lib/apt/lists/*Packages* /var/lib/apt/lists/*Release* /var/lib/apt/lists/ -type f)*Sources*

... totally cleans locally cached package and forces apt-get to totally re-GET those files.
If you want to keep traffic minimal you might try to only delete the "bad" files.

...