首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Raspbian Stretch和minicom安装错误

Raspbian Stretch和minicom安装错误
EN

Stack Overflow用户
提问于 2018-03-30 21:12:43
回答 1查看 782关注 0票数 0

我有一台带伸展功能的RsPi 3。我想安装minicom repo,但是我遇到了一个错误,错误是:

代码语言:javascript
运行
复制
 sudo apt-get install minicom

结果如下:

代码语言:javascript
运行
复制
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文件:

代码语言:javascript
运行
复制
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的解决方案吗?

EN

回答 1

Stack Overflow用户

发布于 2018-04-16 10:21:36

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

你有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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49575141

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档