How to Install and Uninstall jq.src Package on Oracle Linux 8

Last updated: July 08,2024

1. Install "jq.src" package

Please follow the guidance below to install jq.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install jq.src

2. Uninstall "jq.src" package

This guide let you learn how to uninstall jq.src on Oracle Linux 8:

$ sudo dnf remove jq.src $ sudo dnf autoremove

3. Information about the jq.src package on Oracle Linux 8

Last metadata expiration check: 5:56:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jq
Version : 1.6
Release : 3.el8
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_appstream
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.