Skip to content

Commit

Permalink
Merge pull request #10356 from IQSS/10355_jq_moved_to_appstream
Browse files Browse the repository at this point in the history
JQ has moved, both RPM repo and GH source
  • Loading branch information
poikilotherm committed Apr 16, 2024
2 parents 2631f46 + c5e5f71 commit 05107de
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions doc/sphinx-guides/source/installation/prerequisites.rst
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 05107de

Please sign in to comment.