Results 1 to 5 of 5

Thread: Can't update with apt-get (Hashsum miss match)

  1. #1
    Join Date
    2013-Aug
    Posts
    6

    Can't update with apt-get (Hashsum miss match)

    whenever i updated system with apt-get i received this issuses. Did someone have the same? Help me, please!
    Code:
    W: Failed to fetch gzip:/var/lib/apt/lists/partial/http.kali.org_kali_dists_kali_main_source_Sources  Hash Sum mismatch
    
    W: Failed to fetch gzip:/var/lib/apt/lists/partial/http.kali.org_kali_dists_kali_main_binary-amd64_Packages  Hash Sum mismatch
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    root@Kai:~#
    Here are my sources.list
    Code:
    deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130723-12:53]/ kali contrib main non-free 
    deb http://http.kali.org/ /kali main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    deb http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali main contrib non-free
    deb http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
    deb http://ftp.hk.debian.org/debian stable main contrib non-free
    Thank in advance!

  2. #2
    Join Date
    2013-Apr
    Posts
    126
    Try:

    Code:
    rm -fR /var/lib/apt/lists/*
    then

    Code:
    apt-get update

  3. #3
    Join Date
    2013-Aug
    Posts
    6
    Thank you for help! @root-boy. I have tried your solution but the result were the same.
    However, I had found a solution after googling. That's i have modified my proxy when installing Kali, so just remove all proxy configuration and reboot. Then everything is OK!
    Thank again, everyone!

  4. #4
    Join Date
    2015-Jul
    Posts
    1
    how did you remove the proxy configuration @kai Obaru?

  5. #5
    Join Date
    2013-May
    Posts
    11
    @kai Obaru, how did you remove the proxy configurations?

Similar Threads

  1. Replies: 10
    Last Post: 2018-01-14, 16:47
  2. kali 2016.2 HashSum Error when running apt-get update
    By tcse2 in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2017-01-20, 03:21
  3. Replies: 0
    Last Post: 2016-08-20, 02:35

Posting Permissions

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