Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4049

General discussion • Re: Missing 'apt' sources ?

$
0
0
After editing '/etc/apt/sources.list' by replacing -

Code:

deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
With some randomly found / guessed mirror equivalent -

Code:

deb http://mirror.ossplanet.net/raspbian/raspbian/ buster main contrib non-free rpi
It's an incredibly slow download but has bumped the fetch to my expected ~3 MB -
pi@Pi3B:~ $ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Ign:2 https://download.puffinbrowser.com/repo stable InRelease
Hit:3 https://download.puffinbrowser.com/repo stable Release
Get:5 http://mirror.ossplanet.net/raspbian/raspbian buster InRelease [15.0 kB]
Get:6 http://mirror.ossplanet.net/raspbian/raspbian buster/main armhf Packages [13.0 MB]
Get:7 http://mirror.ossplanet.net/raspbian/raspbian buster/contrib armhf Packages [58.8 kB]
Get:8 http://mirror.ossplanet.net/raspbian/raspbian buster/non-free armhf Packages [110 kB]
Get:9 http://mirror.ossplanet.net/raspbian/raspbian buster/rpi armhf Packages [1,360 B]
Fetched 13.2 MB
in 3min 32s (62.1 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
With a better selected mirror download speeds are back to what they usually are -
pi@Pi3B:~ $ sudo apt update
Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Get:2 http://mirror.mythic-beasts.com/raspbian/raspbian buster InRelease [15.0 kB]
Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [400 kB]
Ign:4 https://download.puffinbrowser.com/repo stable InRelease
Hit:5 https://download.puffinbrowser.com/repo stable Release
Get:6 http://mirror.mythic-beasts.com/raspbian/raspbian buster/main armhf Packages [13.0 MB]
Get:8 http://mirror.mythic-beasts.com/raspbian/raspbian buster/contrib armhf Packages [58.8 kB]
Get:9 http://mirror.mythic-beasts.com/raspbian/raspbian buster/non-free armhf Packages [110 kB]
Get:10 http://mirror.mythic-beasts.com/raspbian/raspbian buster/rpi armhf Packages [1,360 B]
Fetched 13.6 MB
in 10s (1,385 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
So ...
  • 'raspbian.raspberrypi.org/raspbian' - 4 items, fetches 15 KB
  • 'mirror.ossplanet.net/raspbian/raspbian' - 9 items, fetches 13 MB
  • 'mirror.mythic-beasts.com/raspbian/raspbian' - 10 items, fetches 13 MB
So is it an issue with 'raspberypi.org' ?

And, as an aside but perhaps relevant, why is it 'raspberrypi.org' rather than 'raspberrypi.com' ?

Anyone have any clue, because I don't ?

Statistics: Posted by hippy — Tue Feb 06, 2024 11:50 am



Viewing all articles
Browse latest Browse all 4049

Trending Articles