Sujet : Re: correct /etc/apt/sources.list for bullseye
De : invalid (at) *nospam* invalid.invalid (Richard Kettlewell)
Groupes : comp.sys.raspberry-piDate : 30. Nov 2024, 19:02:46
Autres entêtes
Organisation : terraraq NNTP server
Message-ID : <wwvjzck7g6x.fsf@LkoBDZeT.terraraq.uk>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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.
-- https://www.greenend.org.uk/rjk/