Debian apt-get mirrors: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
= Australia = | = Australia = | ||
== stretch == | |||
<pre> | |||
deb http://mirror.internode.on.net/pub/raspbian/raspbian/ stretch main contrib non-free rpi | |||
</pre> | |||
== jessie == | == jessie == | ||
<pre> | <pre> | ||
Line 20: | Line 26: | ||
deb http://mirror.internode.on.net/pub/raspbian/raspbian/ wheezy main contrib non-free rpi | deb http://mirror.internode.on.net/pub/raspbian/raspbian/ wheezy main contrib non-free rpi | ||
deb http://raspbian.mirror.digitalpacific.com.au/raspbian/ wheezy main contrib non-free rpi | deb http://raspbian.mirror.digitalpacific.com.au/raspbian/ wheezy main contrib non-free rpi | ||
</pre> | |||
== buster == | |||
<pre> | |||
deb http://mirror.aarnet.edu.au/pub/raspbian/raspbian/ buster main contrib non-free rpi | |||
deb http://mirror.internode.on.net/pub/raspbian/raspbian/ buster main contrib non-free rpi | |||
deb http://raspbian.mirror.digitalpacific.com.au/raspbian/ buster main contrib non-free rpi | |||
</pre> | </pre> | ||
Line 38: | Line 51: | ||
deb http://mirror.0x.sg/raspbian/raspbian/ wheezy main contrib non-free rpi | deb http://mirror.0x.sg/raspbian/raspbian/ wheezy main contrib non-free rpi | ||
deb http://raspbian.3ezy.com/raspbian/raspbian/ wheezy main contrib non-free rpi | deb http://raspbian.3ezy.com/raspbian/raspbian/ wheezy main contrib non-free rpi | ||
</pre> | |||
== buster == | |||
<pre> | |||
deb http://mirror.nus.edu.sg/raspbian/raspbian/ buster main contrib non-free rpi | |||
deb http://mirror.0x.sg/raspbian/raspbian/ buster main contrib non-free rpi | |||
deb http://raspbian.3ezy.com/raspbian/raspbian/ buster main contrib non-free rpi | |||
</pre> | </pre> | ||
Latest revision as of 10:23, 27 August 2020
By default raspbian will only use the repository from raspbian.org rather than using a local mirror.
sources.list
Edit the following file moving the default entry to the bottom of the list and adding the following mirrors.
vi /etc/apt/sources.list
Australia
stretch
deb http://mirror.internode.on.net/pub/raspbian/raspbian/ stretch main contrib non-free rpi
jessie
deb http://mirror.aarnet.edu.au/pub/raspbian/raspbian/ jessie main contrib non-free rpi deb http://mirror.internode.on.net/pub/raspbian/raspbian/ jessie main contrib non-free rpi deb http://raspbian.mirror.digitalpacific.com.au/raspbian/ jessie main contrib non-free rpi
wheezy
deb http://mirror.aarnet.edu.au/pub/raspbian/raspbian/ wheezy main contrib non-free rpi deb http://mirror.internode.on.net/pub/raspbian/raspbian/ wheezy main contrib non-free rpi deb http://raspbian.mirror.digitalpacific.com.au/raspbian/ wheezy main contrib non-free rpi
buster
deb http://mirror.aarnet.edu.au/pub/raspbian/raspbian/ buster main contrib non-free rpi deb http://mirror.internode.on.net/pub/raspbian/raspbian/ buster main contrib non-free rpi deb http://raspbian.mirror.digitalpacific.com.au/raspbian/ buster main contrib non-free rpi
New Zealand
At time of document creation, none.
Singapore
jessie
deb http://mirror.nus.edu.sg/raspbian/raspbian/ jessie main contrib non-free rpi deb http://mirror.0x.sg/raspbian/raspbian/ jessie main contrib non-free rpi deb http://raspbian.3ezy.com/raspbian/raspbian/ jessie main contrib non-free rpi
wheezy
deb http://mirror.nus.edu.sg/raspbian/raspbian/ wheezy main contrib non-free rpi deb http://mirror.0x.sg/raspbian/raspbian/ wheezy main contrib non-free rpi deb http://raspbian.3ezy.com/raspbian/raspbian/ wheezy main contrib non-free rpi
buster
deb http://mirror.nus.edu.sg/raspbian/raspbian/ buster main contrib non-free rpi deb http://mirror.0x.sg/raspbian/raspbian/ buster main contrib non-free rpi deb http://raspbian.3ezy.com/raspbian/raspbian/ buster main contrib non-free rpi
Mirrors
For a list or Raspbian mirrors visit RaspbianMirrors