How to install Mosquitto or any MQTT broker for Armbian 19.10


Janaboy
 Share

0

Recommended Posts

Dear All,

 

I have a Beelink s905 box with Armbian (Ubuntu 19.10).

I have problems to install Mosquitto as it is required a package which i don't know how to install:

The following packages have unmet dependencies:
 mosquitto:armhf : Depends: libwebsockets8:armhf (>= 1.6.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
 

I am okay to use another type of Mqtt broker but couldn't find a solution :(

I am searching for hours now..

 

Somebody has any ideas?

 

Thank you in advance

Link to post
Share on other sites

Armbian is a community driven open source project. Do you like to contribute your code?

2 minutes ago, guidol said:

Did you try to

sudo apt update -y && apt upgrade -y

before you install mosquitto?

 

For the "broken packages" try

sudo dpkg –configure -a

or

sudo apt -f install

 

 

I have tried it now, but no changes :(

 

Link to post
Share on other sites

 Share

0