0

I am a complete beginner with Ubuntu and Mosquitto.

I've tried this and this tutorial. But I ended with libwebsocket3 is not installed. After that I realized that apt-get libwebsockets3 is not OK for 16.04 which is for 14.04 LTS.

What is the solution for 16.04?

Ismail Yavuz
  • 141
  • 1
  • 9

1 Answers1

0

The official method for Mosquitto on Ubuntu is:

  • sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
  • sudo apt-get update
  • sudo apt-get install mosquitto

Sources:

  1. https://mosquitto.org/download/
  2. https://launchpad.net/~mosquitto-dev/+archive/ubuntu/mosquitto-ppa
AnotherKiwiGuy
  • 4,482
  • 1
  • 22
  • 39