Results 1 to 3 of 3

Thread: Repository problem

  1. #1
    Join Date
    2016-Sep
    Posts
    2

    Repository problem

    I need some help with repositories. I have amended the source.list file as indicated in the repository sticky on this forum, but this is the output I get when I run update:

    Code:
    root@kali:~# apt update
    Ign:1 http://http.kali.org/kali kali InRelease                                 
    Ign:2 http://security.kali.org/kali-security kali/updates InRelease
    Err:3 http://security.kali.org/kali-security kali/updates Release
      404  Not Found
    Err:4 http://http.kali.org/kali kali Release  
      404  Not Found
    Reading package lists... Done
    E: The repository 'http://security.kali.org/kali-security kali/updates 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.
    E: The repository 'http://http.kali.org/kali 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.
    Needless to say, I can't upgrade or get anything from the repos.

    Here is my source.list

    Code:
    # 
    
    # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08]/ kali contrib main non-free
    
    #deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08]/ kali contrib main non-free
    
    deb http://http.kali.org/kali kali main non-free contrib
    deb-src http://http.kali.org/kali kali main non-free contrib
    
    ## Security updates
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    Any help would be greatly appreciated!

  2. #2
    Join Date
    2016-Sep
    Posts
    4
    I think they deleted the security repository, if you check the sources list in their website the whole security.kali.etc is gone.

  3. #3
    Join Date
    2016-Sep
    Posts
    2
    Thank you so much!

    It would be nice if they update the sticky...

Posting Permissions

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