ØMQ packages built from latest Git HEAD
The ZeroMQ maintainers provide packages for libzmq, CZMQ, zyre, malamute, zproject and zproto, automatically built from the latest commit in the Git repositories via the Open Build Service.
- latest git, no DRAFT APIs
- latest git, with DRAFT APIs
- latest stable release, no DRAFT APIs
- latest stable release, with DRAFT APIs
Add the repository of your choice by clicking on the appropriate distribution and version, and then follow "Go to download repository". That is the URL of the repository. Remember to add the GPG key.
For example, to add Debian 8 and install libzmq from the Git HEAD without draft APIs:
echo "deb http://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/Debian_8.0/ ./" >> /etc/apt/sources.list
wget https://download.opensuse.org/repositories/network:/messaging:/zeromq:/git-stable/Debian_8.0/Release.key -O- | sudo apt-key add
apt-get install libzmq3-dev
ØMQ core (libzmq) releases from Debian
Debian provides libzmq-dev and libzmq3-dev. As of now, you cannot install all of them at the same time.
4.2 series
The 4.2 series is available in Debian stretch and unstable.
Installing it is as simple as running:
apt-get install libzmq3-dev
The Debian packaging for the 4.1 series is maintained by László Böszörményi (GCS).
You can follow the Git repository on git.debian.org.
4.0 series
The 4.0 series is available in Debian jessie.
Installing it is as simple as running:
apt-get install libzmq3-dev
The Debian packaging for the 4.0 series is maintained by László Böszörményi (GCS).
You can follow the Git repository on git.debian.org.
3.2 series
The 3.2 series is available in Debian wheezy-backports.
Installing it is as simple as running:
apt-get install libzmq3-dev
The Debian packaging for the 3.2 series is maintained by Alessandro Ghedini.
You can follow the Git repository on git.debian.org.
2.2 series
The 2.2 series is available in Debian wheezy, jessie, stretch and sid.
Installing it is as simple as running:
apt-get install libzmq-dev
The Debian packaging for the 2.2 series is maintained by Alessandro Ghedini.
You can follow the Git repository on git.debian.org.
There is also a libzmq for squeeze backports.
CZMQ releases from Debian
3.0 series
The 3.0 series is available in Debian stretch and sid.
Installing it is as simple as running:
apt-get install libczmq-dev
The Debian packaging for CZMQ is maintained by Luca Boccassi.
You can follow the Git repository on git.debian.org.
Language bindings
As of this writing, the following bindings have been packaged for Debian:
- Haskell (libghc-zeromq-haskell-dev)
- Perl (libzeromq-perl)
- Python (python-zmq, python3-zmq)
Please report packaging bugs using the normal Debian channels.