Skip to content

Instantly share code, notes, and snippets.

@andrewray
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewray/179832b0ea39481d0f2c to your computer and use it in GitHub Desktop.
Save andrewray/179832b0ea39481d0f2c to your computer and use it in GitHub Desktop.
install zmq3 (yes really 3) for ubuntu 12.04
#!/bin/sh -ex
echo 'yes' | sudo apt-add-repository ppa:lvillani/zeromq3
sudo apt-get update
sudo apt-get install --force-yes -y libzmq3=3.2.4+dfsg-1~precise1~ppa1 libzmq3-dev=3.2.4+dfsg-1~precise1~ppa1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment