-4

When I'm trying to run a file I received this error?

can't find package zmq while executing "package require zmq"

How can I install zmq in Ubuntu?

Thank you

Mihai Maruseac
  • 20,967
  • 7
  • 57
  • 109

2 Answers2

0

You should install zeromq. See here.

Shan-x
  • 1,146
  • 6
  • 19
  • 44
0

For Debian based distros there is a nice ZMQ page which explains how to install it with apt-get: http://zeromq.org/distro:debian

nufuk
  • 41
  • 5