微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

树莓派蚊子依赖问题

如何解决树莓派蚊子依赖问题

我正在尝试在我的 Rpi4 上安装 mosquitto。我使用的是 buster 操作系统

所以我跑了

sudo wget http://repo.mosquitto.org/debian/mosquitto-buster.list
sudo apt-get update
sudo apt-get install mosquitto

这里是:

The following packages have unmet dependencies:
mosquiitto:  Dpends:  libssl1.0.0 (>=1.0.0) but it is not installable
E. Unable to correct problems,you have held broken packages.

我也试过

sudo aptitude install mosquitto.

它检测到我有未满足的依赖项。但建议保留以下软件包的当前版本:

1.) mosquitto [Not Installed]

Accept this solution?  I click Y.  And nothing gets installed.  

可以确认mosquitto-buster.list在/etc/apt/sources.list.d中

如何解决这个依赖问题?

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。