How to Install and Uninstall jq.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "jq.x86_64" package

Learn how to install jq.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install jq.x86_64

2. Uninstall "jq.x86_64" package

This guide let you learn how to uninstall jq.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove jq.x86_64 $ sudo dnf autoremove

3. Information about the jq.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:15:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : jq
Version : 1.6
Release : 15.el9
Architecture : x86_64
Size : 190 k
Source : jq-1.6-15.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Command-line JSON processor
URL : http://stedolan.github.io/jq/
License : MIT and ASL 2.0 and CC-BY and GPLv3
Description : lightweight and flexible command-line JSON processor
:
: jq is like sed for JSON data – you can use it to slice
: and filter and map and transform structured data with
: the same ease that sed, awk, grep and friends let you
: play with text.
:
: It is written in portable C, and it has zero runtime
: dependencies.
:
: jq can mangle the data format that you have into the
: one that you want with very little effort, and the
: program to do so is often shorter and simpler than
: you'd expect.