On 1/17/24 19:05, Greg Wooledge wrote:
On Wed, Jan 17, 2024 at 11:31:52AM -0500, Thomas George wrote:# deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20231007-10:29]/ bookworm main non-free-firmwareThis one, before you commented it out, only contained non-free-firmware and *not* non-free. They are two different sections.deb http://ftp.debian.org/debian/ bookworm main non-free non-free-firmwareHere, someone has added non-free. If that's not what you want, you can remove that. You should *keep* non-free-firmware, though. Also, if you don't want to use plain http, you can change this to https.deb http://ftp.debian.org/debian/ bookworm-security main non-free non-free-firmwareThis one is incorrect, but someone else already addressed that one. Be sure you actually follow their instructions correctly. The hostnames security.debian.org and ftp.security.debian.org are not the same.
I have tried many permutations of the last line in this sources.list# deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 DVD Binary-1 with firmware 20231007-10:29]/ bookworm main non-free-firmware
deb http://ftp.debian.org/debian/ bookworm main non-free non-free-firmwaredeb http://ftp.debian.org/debian/ bookworm-updates main non-free non-free-firmware
# deb http://ftp.debian.org/debian/ bookworm-backports main non-free non-free-firmware
deb http://ftp.security-debian.org/debian-security/ bookworm-security main non-free non-free-firmware
None have worked perfectly, apt-get update gives this root@Phoenix:/etc/apt# apt-get update Hit:1 http://ftp.debian.org/debian bookworm InRelease Hit:2 http://ftp.debian.org/debian bookworm-updates InRelease Hit:3 https://linux.brostrend.com stable InReleaseIgn:4 http://ftp.security-debian.org/debian-security bookworm-security InRelease Ign:4 http://ftp.security-debian.org/debian-security bookworm-security InRelease Ign:4 http://ftp.security-debian.org/debian-security bookworm-security InRelease Err:4 http://ftp.security-debian.org/debian-security bookworm-security InRelease Could not connect to ftp.security-debian.org:80 (57.128.81.193), connection timed out
Reading package lists... DoneW: Failed to fetch http://ftp.security-debian.org/debian-security/dists/bookworm-security/InRelease Could not connect to ftp.security-debian.org:80 (57.128.81.193), connection timed out W: Some index files failed to download. They have been ignored, or old ones used instead.
root@Phoenix:/etc/apt# vi sources.list