How to Install and Uninstall jq.i686 Package on Fedora 35

Last updated: April 25,2024

1. Install "jq.i686" package

This guide let you learn how to install jq.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install jq.i686

2. Uninstall "jq.i686" package

Please follow the guidelines below to uninstall jq.i686 on Fedora 35:

$ sudo dnf remove jq.i686 $ sudo dnf autoremove

3. Information about the jq.i686 package on Fedora 35

Last metadata expiration check: 2:28:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : jq
Version : 1.6
Release : 10.fc35
Architecture : i686
Size : 213 k
Source : jq-1.6-10.fc35.src.rpm
Repository : fedora
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.