Skip to content

Mosquitto

cflurin edited this page Jun 2, 2017 · 3 revisions

Installation

First import the repository package signing key:

wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key
sudo apt-key add mosquitto-repo.gpg.key

Then make the repository available to apt:

cd /etc/apt/sources.list.d/
sudo wget http://repo.mosquitto.org/debian/mosquitto-jessie.list

  Then update apt information:

sudo apt-get update

And discover what mosquitto packages are available:

apt-cache search mosquitto

Or just install:

sudo apt-get install mosquitto
Clone this wiki locally