提醒:本文已经超过 1550 天未修改,其中某些信息可能已经过时,请谨慎使用!
你似乎正在查看一篇很久远的文章。
为了你这样的访客,我特地保留了我的历史博文。不要笑话过去的我,用温柔的目光看下去吧。

在树莓派上安装软件时候,经常遇到无法找到软件包或者下载速度过慢等情况,这时候我们需要更换软件源。

1.首先,打开/etc/apt/sources.list

sudo nano /etc/apt/sources.list

2.用#注释掉旧源(这里已经是清华源)

deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ stretch main contrib$
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ stretch main con$
#deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-fre$

变成

#deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ stretch main contrib$
#deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ stretch main con$
#deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-fre$