查看: 3288|回复: 1
收起左侧

树莓派学习3: 下载安装软件包 (下载慢,修改镜像源)

2013-5-19 10:17:55 | 显示全部楼层 |阅读模式

如果没有更新过树莓派(raspberry pi)的软件包,则需要先更新一下,使用以下命令

sudo apt-get update

sudo apt-get upgrade


运行过程中,可以按CTRL+C中断



然后,下载安装软件包,命令如下:

sudo apt-get install <软件包名>


使用半天后,发现系统下载实在是慢的无法接受了,在网上查了一下,主要原因是用默认的镜像下载不行,需要更改镜像源


可用的镜像源在 http://www.raspbian.org/RaspbianMirrors 中可以找到

经网友推介和试用,我用的镜像源是 http://mirror.nus.edu.sg/raspbian/raspbian (速度还不错,要用中国电信的网络哦,否则不好说)


接下来,介绍修改镜像源


apt-get的镜像源定义在文件/etc/apt/sources.list中


首先,备份原镜像源定义文件

sudo cp /etc/apt/sources.list /etc/apt/sources.list.old


然后,修改镜像源定义文件

sudo nano /etc/apt/sources.list


原文件内容:

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi


修改为注意地址最后是没有斜杠的)

deb http://mirror.nus.edu.sg/raspbian/raspbian wheezy main contrib non-free rpi


CTRL+O 确认并存盘

CTRL+X 退出


现在重新运行,比原来快多了,终于可以完成 apt-get update, apt-get upgrade 了


回复

使用道具 举报

2015-3-31 11:27:12 | 显示全部楼层
请教一下哈,这个是什么原因?

错误 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libarchive12 armhf 3.0.4-3+wheezy1
  无法连接上 mirrordirector.raspbian.org:80 (5.153.225.207)。 - connect (113: 没有到主机的路由)
错误 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libcupsimage2 armhf 1.5.3-5+deb7u5
  不能连接到 mirrordirector.raspbian.org:http:
错误 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libcups2 armhf 1.5.3-5+deb7u5
  不能连接到 mirrordirector.raspbian.org:http:
错误 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libsmbclient armhf 2:3.6.6-6+deb7u5
  不能连接到 mirrordirector.raspbian.org:http:
无法下载 http://mirrordirector.raspbian.o ... 3+wheezy1_armhf.deb  无法连接上 mirrordirector.raspbian.org:80 (5.153.225.207)。 - connect (113: 没有到主机的路由)
无法下载 http://mirrordirector.raspbian.o ... -5+deb7u5_armhf.deb  不能连接到 mirrordirector.raspbian.org:http:
无法下载 http://mirrordirector.raspbian.o ... -5+deb7u5_armhf.deb  不能连接到 mirrordirector.raspbian.org:http:
无法下载 http://mirrordirector.raspbian.o ... -6+deb7u5_armhf.deb  不能连接到 mirrordirector.raspbian.org:http:
E: 有几个软件包无法下载,您可以运行 apt-get update 或者加上 --fix-missing 的选项再试试?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注我们,了解更多

官方微信

服务时间:10:00-16:00

13714503811

公司地址:深圳市龙岗区南湾街道东门头路8号

Copyright © 2012-2020 Powered by 树莓派论坛 2019.4  粤ICP备15075382号-1
快速回复 返回列表 返回顶部