Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 42 |
Nodes: | 6 (0 / 6) |
Uptime: | 01:32:35 |
Calls: | 220 |
Calls today: | 1 |
Files: | 824 |
Messages: | 121,541 |
Posted today: | 6 |
Ign:3 http://raspbian.raspberrypi.org/raspbian main InRelease
E: The repository 'http://raspbian.raspberrypi.org/raspbian main Release' does not have a Release file.
On Fri, 29 Nov 2024 21:09:44 +0000, Chris Green wrote:
Ign:3 http://raspbian.raspberrypi.org/raspbian main InRelease
E: The repository 'http://raspbian.raspberrypi.org/raspbian main Release' does not have a Release file.
I think that first word after the repo URL is supposed to be the name
of the release. If you look in the repo <http://raspbian.raspberrypi.org/raspbian/dists/>, you will see there
is no subdirectory named “main”.
<https://manpages.debian.org/5/sources.list.5.en.html>
So, how do I get my /etc/apt/sources.list configured right? I've not manually edited it as far as I remember.
The file /etc/apt/sources.list is currently:-
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
deb http://raspbian.raspberrypi.org/raspbian/ main contrib non-free rpi
Chris Green <cl@isbd.net> writes:
So, how do I get my /etc/apt/sources.list configured right? I've not manually edited it as far as I remember.
The file /etc/apt/sources.list is currently:-
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
You might need to add the ‘firmware’ component to this one. I can’t remember exactly what is needed for bullseye but there’s a firmware component there on the website.
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
deb http://raspbian.raspberrypi.org/raspbian/ main contrib non-free rpi
This one is broken; it’s missing the distribution name. However it’s also redundant since it doesn’t add any components relative to the
first.
Richard Kettlewell <invalid@invalid.invalid> wrote:
Chris Green <cl@isbd.net> writes:OK.
So, how do I get my /etc/apt/sources.list configured right? I've not
manually edited it as far as I remember.
The file /etc/apt/sources.list is currently:-
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
You might need to add the ‘firmware’ component to this one. I can’t
remember exactly what is needed for bullseye but there’s a firmware
component there on the website.
Yes, I realised this when I stared at it a bit harder. I don't know# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
deb http://raspbian.raspberrypi.org/raspbian/ main contrib non-free rpi
This one is broken; it’s missing the distribution name. However it’s
also redundant since it doesn’t add any components relative to the
first.
how it got in there.