Letztens konnte ich Mosquitto noch über folgenden Befehl installieren:
pi@raspberrypi:~ $ sudo apt-get install mosquitto mosquitto-clients python-mosquitto libmodule-pluggable-perl
Hat jemand eine Idee, warum das im Moment nicht mehr klappt?
pi@raspberrypi:~ $ sudo apt-get install mosquitto mosquitto-clients python-mosquitto libmodule-pluggable-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-mosquitto
pi@raspberrypi:~ $ sudo apt-get update
habe ich schon ausgeführt.
python-mosquitto gibt es in Stretch nicht mehr, sondern wurde durch paho-mqtt (https://pypi.org/project/paho-mqtt/1.3.0/) ersetzt.