There's seems to ready yum package.So I've downloaded the tarball, but as soon as I ran autoreconf -i
, I got the following:
configure.ac:14: warning: macro `AM_PROG_AR' not found in library
configure.ac:10: error: Autoconf version 2.64 or higher is required
configure.ac:10: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
Webtatic is a yum repository generally deals with the web hosting related packages, which is not included with CentOS/RHEL repositories. Execute one of the following commands to install REMI yum repository on your CentOS/RHEL 7/6/5 systems. How to get package dependency tree for offline download when you have no internet access on linux. Red Hat 6.9 Desktop yum groupinstall Developer Tools not found? How do I Install screen on RHEL 7.2. Hot Network Questions.
So, how can one install jq on RHEL 6.5?
Thank you!
Amit DunskyAmit Dunsky3 Answers
As it says on the development page for jq 'jq is written in C and has no runtime dependencies'. So just download the file and put it in place with the following:
Download Yum For Rhel 6 1
jq
is in the EPEL repository, which you should already have enabled.
Once you have enabled EPEL, you can just yum install jq
like everything else.