Results 1 to 3 of 3

Thread: Upgrading 1.0.7 - issue

  1. #1
    Join Date
    2013-Apr
    Posts
    10

    Exclamation Upgrading 1.0.7 - issue

    When I give the following commands:

    apt-get update && apt-get upgrade && apt-get dist-upgrade


    I am getting the error below. Kindly guide.

    Err http://http.kali.org/kali/ kali/main metasploit-framework amd64 4.9.2-2014052101-1kali1
    404 Not Found
    Err http://http.kali.org/kali/ kali/non-free metasploit amd64 4.9.2-2014052101-1kali1
    404 Not Found
    Failed to fetch http://http.kali.org/kali/pool/main/...ali1_amd64.deb 404 Not Found
    Failed to fetch http://http.kali.org/kali/pool/non-f...ali1_amd64.deb 404 Not Found

  2. #2
    Join Date
    2013-Jun
    Posts
    125
    Hello graytips

    hmm.....seems like the repositories in the sources.list file isn't valid or doesn't exist..have you tried adding any repositories in this file before?

    Open the sources.list file

    root@localhost:~# leafpad /etc/apt/sources.list

    when the file is opened add "#" at the begining of ALL repositories (to ignore these sources)
    example

    #http.kali.org/kali/ kali/main metasploit-framework amd64 4.9.2-2014052101-1kali1
    #http.kali.org/kali/ kali/non-free metasploit amd64 4.9.2-2014052101-1kali1
    404 Not Found
    .........etc........
    if you see the following repositories below do not put # at the begining of the line (they are the official kali linux repos)..if you do not see these repos then add them to sources.list file and save

    deb http://http.kali.org/kali kali main non-free contrib
    deb http://security.kali.org/kali-security kali/updates main contrib non-free


    afterwards run your command and see if this helps ...you are upgrading TO 1.0.7?..just confirming

  3. #3
    Quote Originally Posted by graytips View Post
    Err http://http.kali.org/kali/ kali/main metasploit-framework amd64 4.9.2-2014052101-1kali1
    404 Not Found
    Err http://http.kali.org/kali/ kali/non-free metasploit amd64 4.9.2-2014052101-1kali1
    404 Not Found
    Failed to fetch http://http.kali.org/kali/pool/main/...ali1_amd64.deb 404 Not Found
    Failed to fetch http://http.kali.org/kali/pool/non-f...ali1_amd64.deb 404 Not Found
    There was a slate repo mirror. This was fixed over the weekend.
    Please run 'apt-get update' and try again.
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

Similar Threads

  1. issue Xserver-xorg-core not upgrading...
    By kwami in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2019-09-19, 07:47
  2. strange issue with headers and upgrading.
    By eversor in forum Installing Archive
    Replies: 4
    Last Post: 2018-05-09, 00:53
  3. Replies: 6
    Last Post: 2016-09-19, 00:23
  4. issue upgrading 1.0.9 32 bit to latest release 1.1.0
    By alejandroguerrat in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2015-04-15, 13:32
  5. Issue Upgrading custom iso from 1.0.6 to 1.0.7
    By maelfas in forum Building Archive
    Replies: 1
    Last Post: 2014-06-11, 16:30

Posting Permissions

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