Results 1 to 4 of 4

Thread: repository's error

  1. #1
    Join Date
    2018-Feb
    Posts
    2

    Exclamation repository's error

    I have looked all over and found many posts on this error and tried many many things but still to no avail so pleas help me, I apologize in advance if I make a mistake.
    Code:
    sudo apt-get update[sudo] password for kali: 
    Ign:1 https://kali.download/kali https://https.kali.org/kali InRelease
    Err:2 http://https.kali.org/kali kali-rolling InRelease
      Could not resolve 'https.kali.org'
    Err:3 https://kali.download/kali https://https.kali.org/kali Release
      404  Not Found [IP: 104.18.102.100 443]
    Reading package lists... Done
    E: The repository 'https://kali.download/kali https://https.kali.org/kali Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    sources.list.d
    Code:
    eb http://https.kali.org/kali kali-rolling main contrib non-free
    deb-src http://https.kali.org/kali kali-rolling main contrib non-free
    sources.list
    Code:
    deb https://kali.download/kali https://https.kali.org/kali main contrib non-free
    #deb-src https://kali.download/kali https://https.kali.org/kali main contrib non-free
    keys
    (I would put the keys here but your darn forum won't let me open another page so I can find where to find them)

  2. #2
    Join Date
    2020-Apr
    Posts
    10
    You're not alone, but I'll be damned if I can figure out what's going on. I just installed the latest Kali for Raspberry Pi on a Pi 3 and I can't update it because of this error. But I have two other Pis with Kali, and an x86_64 Docker container I use interactively, and all of those update just fine. So I'm completely at a loss as to what's not being found and why. I assume it's a repo problem that will eventually get fixed - or so I hope.

  3. thank you very mutch

  4. #4
    Join Date
    2020-Apr
    Posts
    10
    Someone pointed out the error in another thread. Those deb (and deb-src, if you need it) lines should look like this:
    Code:
    deb https://kali.download/kali kali-rolling main contrib non-free
    deb-src https://kali.download/kali kali-rolling main contrib non-free

Similar Threads

  1. Error "Repository does no longer have a Release file"
    By dimooz in forum General Archive
    Replies: 4
    Last Post: 2017-02-27, 11:28
  2. [404 Not found repository] Ask for newer repository?
    By justacleverguy in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2016-03-25, 15:57
  3. repository help
    By vafangool in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-12-23, 19:27

Tags for this Thread

Posting Permissions

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