Skip to content

Commit

Permalink
#10355 JQ has moved, both RPM repo and GH source
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Mar 5, 2024
1 parent 0390b38 commit c5e5f71
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,11 @@ jq
Installing jq
=============

``jq`` is a command line tool for parsing JSON output that is used by the Dataverse Software installation script. It is available in the EPEL repository::
``jq`` is a command line tool for parsing JSON output that is used by the Dataverse Software installation script. It is available in the ``appstream`` repository::

# yum install epel-release
# yum install jq
# dnf install jq

or you may install it manually::

# cd /usr/bin
# wget https://stedolan.github.io/jq/download/linux64/jq
# chmod +x jq
# jq --version
or you may install the latest binary for your OS and platform, available from https://github.com/jqlang/jq/releases

.. _install-imagemagick:

Expand Down

0 comments on commit c5e5f71

Please sign in to comment.