Results 1 to 4 of 4

Thread: apt-get update failing

  1. #1
    Join Date
    Jul 2010
    Beans
    8

    apt-get update failing

    I am doing an "apt-get update" and receiving the following errors. I have searched the forums and followed instructions on some similar posts but still can't get past it. Any suggestions?

    Code:
    W: Failed to fetch gzip:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-amd64_Packages  Hash Sum mismatch
    
    
    W: Failed to fetch gzip:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_quantal_universe_binary-i386_Packages  Hash Sum mismatch
    
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.

  2. #2
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: apt-get update failing

    Try removing the contents of /var/lib/apt/lists.

    Code:
    sudo rm -rf /var/lib/apt/lists/*
    Then re-run the apt-get update, and it should redownload the lists for you.

  3. #3
    Join Date
    Jul 2010
    Beans
    8

    Re: apt-get update failing

    Thanks for the very very very quick reply. And as a bonus it worked! Thank you so much. I could have sworn I had found that solution elsewhere but I guess not.

  4. #4
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: apt-get update failing

    Quote Originally Posted by hillerj View Post
    Thanks for the very very very quick reply. And as a bonus it worked! Thank you so much. I could have sworn I had found that solution elsewhere but I guess not.
    Great to hear, glad it worked!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •