【发布时间】:2018-09-09 12:53:47
【问题描述】:
我有一个带 Stretch 的 RsPi 3。 我想安装 minicom repo,但出现错误:
sudo apt-get install minicom
结果如下:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
lrzsz
The following NEW packages will be installed:
lrzsz minicom
0 upgraded, 2 newly installed, 0 to remove and 35 not upgraded.
Need to get 250 kB/332 kB of archives.
After this operation, 1,090 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://mirrors.ircam.fr/pub/raspbian/raspbian stretch/main armhf minicom armhf 2.7-1.1
403 Forbidden [IP: 129.102.1.37 80]
E: Failed to fetch http://mirrors.ircam.fr/pub/raspbian/raspbian/pool/main/m/minicom/minicom_2.7-1.1_armhf.deb 403 Forbidden [IP: 129.102.1.37 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
这是 source.list 文件:
pi@telma:~ $ cat /etc/apt/sources.list 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-free rpi
pi@telma:~ $
有人有安装minicom的解决方案吗?
【问题讨论】:
标签: raspberry-pi apt-get stretch