weird apt update results
by tmick from LinuxQuestions.org on (#6DHDF)
My sources.list file looks like:
Code:#deb cdrom:[Debian GNU/Linux 12.1.0 _Bookworm_ - Official amd64 NETINST with firmware 20230722-10:48]/ bookworm main non-free-firmware
deb http://deb.debian.org/debian/bookworm main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
#deb http://deb.debian.org/debian bookworm-backports contrib non-free-firmware contrib non-free
#deb-src http://deb.debian.org/debian bookworm-backports contrib non-free-firmware contrib non-free
#deb http://deb.debian.org/debian/ bookworm main
# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
# 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.I get this when I try to update apt:
Code:sudo apt update
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Ign:2 http://deb.debian.org/debian/bookworm main InRelease
Hit:3 http://deb.debian.org/debian bookworm InRelease
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
Err:5 http://deb.debian.org/debian/bookworm main Release
404 Not Found [IP: 2a04:4e42:44::644 80]
Reading package lists... Done
E: The repository 'http://deb.debian.org/debian/bookworm main 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.If I try installing a program, like deluge for example, it says it can't find it?
Thanks in advance for the help.
Code:#deb cdrom:[Debian GNU/Linux 12.1.0 _Bookworm_ - Official amd64 NETINST with firmware 20230722-10:48]/ bookworm main non-free-firmware
deb http://deb.debian.org/debian/bookworm main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
#deb http://deb.debian.org/debian bookworm-backports contrib non-free-firmware contrib non-free
#deb-src http://deb.debian.org/debian bookworm-backports contrib non-free-firmware contrib non-free
#deb http://deb.debian.org/debian/ bookworm main
# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
# 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.I get this when I try to update apt:
Code:sudo apt update
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Ign:2 http://deb.debian.org/debian/bookworm main InRelease
Hit:3 http://deb.debian.org/debian bookworm InRelease
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
Err:5 http://deb.debian.org/debian/bookworm main Release
404 Not Found [IP: 2a04:4e42:44::644 80]
Reading package lists... Done
E: The repository 'http://deb.debian.org/debian/bookworm main 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.If I try installing a program, like deluge for example, it says it can't find it?
Thanks in advance for the help.