Skip to content

Instantly share code, notes, and snippets.

@akabe
Created July 28, 2017 03:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save akabe/9352e05d2413ccbefb2b52ea6ae81599 to your computer and use it in GitHub Desktop.
Save akabe/9352e05d2413ccbefb2b52ea6ae81599 to your computer and use it in GitHub Desktop.
Install zeromq-devel on CentOS7
#!/bin/sh -xeu
sudo yum install -y epel-release
sudo yum install -y zeromq-devel
@siwei-psyd0ck
Copy link

this good, i want fork u

@abdeljalil09
Copy link

how to run it?

@filipesperandio
Copy link

I was trying to install it on AmazonLinux 2 which is base of CenOS 7.
Tried this but ended up having to enable EPEL through another way, just leaving it here if someone else come across it:

yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y zeromq-devel

@chuanfoo
Copy link

good,it's work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment