Results 1 to 4 of 4

Thread: Issue updating using apt.

  1. #1

    Issue updating using apt.

    Hello everyone,

    I haven't changed anything in my sources.list file, but I keep getting this error when i use the command `sudo apt update`

    Code:
    Err:10 http://download.opensuse.org/repositories/home:/strycore/Debian_9.0 ./ Release  404  Not Found [IP: 195.135.221.134 80]
    Hit:11 http://repo.steampowered.com/steam precise InRelease
    Reading package lists... Done
    E: The repository 'http://download.opensuse.org/repositories/home:/strycore/Debian_9.0 ./ Release' no longer has 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.
    None of my sources files refers to opensuse which is confusing me.

    Code:
    tsrwebgl@kali:/etc/apt$ cat sources.list
    # 
    
    
    # deb cdrom:[Debian GNU/Linux 2019.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20190827-13:22]/ kali-last-snapshot contrib main non-free
    
    
    #deb cdrom:[Debian GNU/Linux 2019.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20190827-13:22]/ kali-last-snapshot contrib main non-free
    
    
    deb http://http.kali.org/kali kali-rolling main non-free contrib
    # deb-src http://http.kali.org/kali kali-rolling main non-free contrib
    
    
    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,
    # see the sources.list(5) manual.
    tsrwebgl@kali:/etc/apt$ cat sources.list.d/*
    deb [arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main
    ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
    # You may comment out this entry, but any other modifications may be lost.
    deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
    deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./
    #
    # NordVPN releases, stable
    #
    deb https://repo.nordvpn.com/deb/nordvpn/debian stable main# This file makes sure that Opera Browser is kept up-to-date
    # as part of regular system upgrades
    
    
    deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
    deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
    deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
    deb https://download.sublimetext.com/ apt/dev/
    Does anyone know why this is happening or how to fix it?

  2. #2
    Join Date
    2015-Aug
    Posts
    8
    The sources.list file you posted does indeed have that entry in it. If you don't need it, can remove and you won't get the 404 error anymore.

    Right in the middle of your file:
    # You may comment out this entry, but any other modifications may be lost.
    deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
    deb http://download.opensuse.org/reposit...re/Debian_9.0/ ./

  3. #3
    Join Date
    2014-Mar
    Posts
    4
    You definitely have modified your sources.list, this what the default should look like:

    https://www.kali.org/docs/general-us...-repositories/

  4. #4
    Oh my gosh. My eyes kept missing that for some reason. Thanks!

Similar Threads

  1. Issue with updating
    By soyyad in forum Installing Archive
    Replies: 1
    Last Post: 2022-08-13, 15:06
  2. Replies: 0
    Last Post: 2022-06-15, 19:29
  3. GUI issue after updating system and libraries
    By Tickter in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-09-10, 14:03
  4. Replies: 3
    Last Post: 2013-08-06, 08:05
  5. Replies: 0
    Last Post: 2013-07-31, 23:14

Posting Permissions

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