Dear Brian, Thanks!
Yes, I had run “apt update” before “apt install cups” (as well as the same thing with “apt-get”). My sources.list was this: > # See https://wiki.debian.org/SourcesList for more information. > deb http://deb.debian.org/debian buster main > deb-src http://deb.debian.org/debian buster main > > deb http://deb.debian.org/debian buster-updates main > deb-src http://deb.debian.org/debian buster-updates main > > deb http://security.debian.org/debian-security/ buster/updates main > deb-src http://security.debian.org/debian-security/ buster/updates main > > # Debian 10 "Buster" > # NON-FREE (For firmware) > deb http://deb.debian.org/debian buster-backports main contrib non-free I saw that yours had “contrib non-free” after the “buster” lines, so I tried those out. * I added “contrib” to both lines, apt update, apt install cups: still getting 404 errors! * I added “contrib non-free” to both lines, apt update, apt install cups: still getting 404 errors! Here’s the error message: > Err:1 http://deb.debian.org/debian buster/main amd64 cups-daemon amd64 > 2.2.10-6+deb10u2 > 404 Not Found [IP: 199.232.32.204 80] > Err:2 http://deb.debian.org/debian buster/main amd64 cups-ipp-utils > amd64 2.2.10-6+deb10u2 > 404 Not Found [IP: 199.232.32.204 80] > Err:3 http://deb.debian.org/debian buster/main amd64 cups-core-drivers > amd64 2.2.10-6+deb10u2 > 404 Not Found [IP: 199.232.32.204 80] > Err:4 http://deb.debian.org/debian buster/main amd64 cups-client amd64 > 2.2.10-6+deb10u2 > 404 Not Found [IP: 199.232.32.204 80] > Err:5 http://deb.debian.org/debian buster/main amd64 cups amd64 > 2.2.10-6+deb10u2 > 404 Not Found [IP: 199.232.32.204 80] > E: Failed to fetch > http://deb.debian.org/debian/pool/main/c/cups/cups-daemon_2.2.10-6+deb10u2_amd64.deb > > 404 Not Found [IP: 199.232.32.204 80] > E: Failed to fetch > http://deb.debian.org/debian/pool/main/c/cups/cups-ipp-utils_2.2.10-6+deb10u2_amd64.deb > > 404 Not Found [IP: 199.232.32.204 80] > E: Failed to fetch > http://deb.debian.org/debian/pool/main/c/cups/cups-core-drivers_2.2.10-6+deb10u2_amd64.deb > > 404 Not Found [IP: 199.232.32.204 80] > E: Failed to fetch > http://deb.debian.org/debian/pool/main/c/cups/cups-client_2.2.10-6+deb10u2_amd64.deb > > 404 Not Found [IP: 199.232.32.204 80] > E: Failed to fetch > http://deb.debian.org/debian/pool/main/c/cups/cups_2.2.10-6+deb10u2_amd64.deb > 404 Not Found [IP: 199.232.32.204 80] It looks to me like the packages are already listed in buster/main. James On 7/15/20 10:12 AM, Brian Potkin wrote: > On Tue 14 Jul 2020 at 16:49:24 -0400, James Weigle wrote: > >> Hi there! >> >> I’m trying to install cups on Debian 10 with apt-get, but getting >> “Failed to fetch ... 404 Not Found” errors. >> >> It turns out apt-get is looking for packages at the following URLs (note >> deb10u2): >> >> http://deb.debian.org/debian/pool/main/c/cups/cups-daemon_2.2.10-6+deb10u2_amd64.deb >> http://deb.debian.org/debian/pool/main/c/cups/cups-ipp-utils_2.2.10-6+deb10u2_amd64.deb >> http://deb.debian.org/debian/pool/main/c/cups/cups-core-drivers_2.2.10-6+deb10u2_amd64.deb >> http://deb.debian.org/debian/pool/main/c/cups/cups-client_2.2.10-6+deb10u2_amd64.deb >> http://deb.debian.org/debian/pool/main/c/cups/cups_2.2.10-6+deb10u2_amd64.deb >> >> But I found in the directory on deb.debian.org that all of these exist >> with “deb10u3”, instead of “deb10u2”. >> >> How can I fix this / what’s to be done about it? > Hello James, > > My sources.list has > > deb http://deb.debian.org/debian/ buster main contrib non-free > > Have you executed 'apt update' before doing 'apt install cups'? > > Cheers, > > Brian.
