1. 程式人生 > >樹莓派—raspbian軟件源

樹莓派—raspbian軟件源

轉載 著作權 .com conf 官方 nsh 擔心 環境 sites

零.一鍵換源

2018.05.18更新:新的默認源為raspbian.raspberrypi.org
因此一鍵換源相應改為

sudo sed -i 's#://raspbian.raspberrypi.org#s://mirrors.ustc.edu.cn/raspbian#g' /etc/apt/sources.list 
sudo sed -i 's#://archive.raspberrypi.org/debian#s://mirrors.ustc.edu.cn/archive.raspberrypi.org#g' /etc/apt/sources.list.d/raspi.list
或
sudo sed -i 's#://raspbian.raspberrypi.org#s://mirrors.tuna.tsinghua.edu.cn/raspbian#g' /etc/apt/sources.list
sudo sed -i 's#://archive.raspberrypi.org/debian#s://mirrors.tuna.tsinghua.edu.cn/raspberrypi#g' /etc/apt/sources.list.d/raspi.list

一.樹莓派基金會提供的源

/etc/apt/sources.list.d/raspi.list裏的軟件源是樹莓派基金會單獨(非Raspbian開發者)提供/維護的軟件源,主要包括raspi-config、minecraftpi、樹莓派桌面環境、內核固件驅動等少量軟件。
這個軟件源相關資料比較少,國內目前只有清華(201709開始提供)和中科大有提供
Stretch(三選其一即可)

中科大
deb https://mirrors.ustc.edu.cn/archive.raspberrypi.org/ stretch main ui
清華
deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ stretch main ui
默認官方源
deb http://archive.raspberrypi.org/debian/ stretch main ui

二.Raspbian源

raspbian這個源是由獨立開發者維護的,與樹莓派基金會並無直接聯系。國內源比較多,選擇一個與自己延遲最小或連接速度最好或物理距離最短的即可。
無需擔心各個軟件源內容上會有不同,基本上各個站點每天都會同步一次,絕大部分情況下某軟件安裝不了與用了哪個站點提供的源無關。
通常位於/etc/apt/sources.list
Stretch(選擇其中一個即可,註意大小寫及目錄)

中科大
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi 
清華
deb https://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
大連東軟
deb http://mirrors.neusoft.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
重慶大學
deb http://mirrors.cqu.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
浙江大學
deb http://mirrors.zju.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi
阿裏雲
deb http://mirrors.aliyun.com/raspbian/raspbian/ stretch main contrib non-free rpi 
搜狐
deb http://mirrors.sohu.com/raspbian/raspbian/ stretch main contrib non-free rpi 
元智大學(中國臺灣)
deb http://ftp.cse.yzu.edu.tw/Linux/raspbian/raspbian/ stretch main contrib non-free rpi 
新加坡國立大學
deb http://mirror.nus.edu.sg/raspbian/raspbian/ stretch main contrib non-free rpi
北陸先端科學技術大學院大學(日本知名鏡像站,日常出口帶寬2g)
deb http://ftp.jaist.ac.jp/raspbian/ stretch main contrib non-free rpi
牛津大學
deb http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/  stretch main contrib non-free rpi
美國Berkely大學
deb http://mirrors.ocf.berkeley.edu/raspbian/raspbian/ stretch main contrib non-free rpi
美國俄克拉荷馬大學
deb http://reflection.oss.ou.edu/raspbian/raspbian/ stretch main contrib non-free rpi
南非知名軟件源
deb http://mirror.liquidtelecom.com/raspbian/raspbian/ stretch main contrib non-free rpi 
默認源(帶重定向by mirrorbrain)
deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi
官方源
deb https://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi

參考文章:
raspbian鏡像列表https://www.raspbian.org/RaspbianMirrors

作者:qcsunny
鏈接:https://www.jianshu.com/p/67b9e6ebf8a0
來源:簡書
簡書著作權歸作者所有,任何形式的轉載都請聯系作者獲得授權並註明出處。

樹莓派—raspbian軟件源