【问题标题】:Raspbian Stretch and minicom install errorRaspbian Stretch 和 minicom 安装错误
【发布时间】: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


    【解决方案1】:

    我只想使用评论,但我的代表还不够.....

    你有sudo apt-get updatesudo apt-get dist-upgrade 吗? 这解决了我的问题。

    在 dist-upgrade 之后我需要再次 sudo apt-get update 来安装 minicom。因此,如果 sudo apt-get install minicom 告诉您它找不到 minicom,您可能需要再次运行 sudo apt-get update

    【讨论】:

      猜你喜欢
      • 2019-12-04
      • 1970-01-01
      • 2018-08-18
      • 1970-01-01
      • 2019-07-25
      • 1970-01-01
      • 2019-06-30
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多