0

I have been trying to upgrade to 14.04 for several days now, but every time I get this error message:

W:Failed to fetch gzip:/var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en  
Encountered a section with no Package: header, E:Some index files failed to download. They have been ignored, or old ones used instead.
flyingfisch
  • 313
  • 2
  • 4
  • 14

1 Answers1

1

Maybe you need to rebuild the apt cache:

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get update

http://ubuntuforums.org/showthread.php?t=1983220&page=5

Daniel Semblano
  • 486
  • 4
  • 7