How to Install libzmq3-dev in Ubuntu 18.04



Install libzmq3-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libzmq3-dev

Description:

lightweight messaging kernel (development files)

ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the ZeroMQ development libraries and header files.

Homepage: https://www.zeromq.org/

Version: 4.2.5-1

Section: universe/libdevel