Raspberry配置数据源
使用 sudo vi /etc/apt/sources.list 修改数据源, 然后使用sudo apt-get update 进行更新,之后我们就可以直接使用 sudo apt-get install 进行快乐的玩耍了。
比较推荐使用中国的源,速度更快,我的配置是:
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
比较推荐使用中国的源,速度更快,我的配置是:
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
本文介绍了如何在Raspberry Pi上配置数据源以提高软件安装的速度,并推荐了几种国内镜像源,包括清华大学和中国科技大学的镜像。
4368

被折叠的 条评论
为什么被折叠?



