LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[linux_distributions][raspberry_pi_os] List Raspberry Pi OS repositories #744

Open LukeShortCloud opened 2 years ago

LukeShortCloud commented 2 years ago

Used by Apt in /etc/apt/sources.list

deb [arch=armhf] http://mirror.us.leaseweb.net/raspbian/raspbian/ bullseye contrib firmware main non-free rpi

https://www.raspbian.org/RaspbianMirrors

LukeShortCloud commented 2 years ago

This also required adding the public key which might be unique to different mirrors:

$ sudo apt-get update
W: GPG error: http://mirror.us.leaseweb.net/raspbian/raspbian/ bullseye contrib: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9165938D90FDDD2E
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9165938D90FDDD2E

https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/