首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >在debian 10 buster上安装snmp-mibs-downloader

在debian 10 buster上安装snmp-mibs-downloader
EN

Stack Overflow用户
提问于 2020-11-11 02:17:19
回答 2查看 6K关注 0票数 0

我已经在装有debian 10 buster的linux机器上安装了net-snmp,现在我需要安装snmp-mibs-downloader。

尽管我之前运行过

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

执行时:

代码语言:javascript
运行
复制
sudo apt-get install snmp-mibs-downloader

显示以下屏幕输出,表明它找不到请求的数据包:

代码语言:javascript
运行
复制
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package snmp-mibs-downloader is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'snmp-mibs-downloader' has no installation candidate

我在网上看到,这个问题可以通过编辑文件来解决。

代码语言:javascript
运行
复制
/etc/apt/sources.list.d/nonfree.list

但是它没有解释应该在其中写什么。

感谢任何允许我安装snmp-mibs-downloader的帮助。

EN

回答 2

Stack Overflow用户

发布于 2020-11-11 03:08:58

您的/etc/apt/Soures.list应该如下所示:

代码语言:javascript
运行
复制
deb http://deb.debian.org/debian/ buster main contrib non-free
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free

然后执行apt-get更新

票数 0
EN

Stack Overflow用户

发布于 2021-09-01 15:04:40

您需要将non-free存储库添加到apt数据库中,然后运行apt update

查看此处:https://serverfault.com/a/240921/118361

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

https://stackoverflow.com/questions/64774552

复制
相关文章

相似问题

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