How to Install and Uninstall jq.x86_64 Package on Amazon Linux 2
Last updated: November 01,2024
1. Install "jq.x86_64" package
This is a short guide on how to install jq.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
jq.x86_64
Copied
2. Uninstall "jq.x86_64" package
This is a short guide on how to uninstall jq.x86_64 on Amazon Linux 2:
$
sudo yum remove
jq.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the jq.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : jq
Arch : x86_64
Version : 1.5
Release : 1.amzn2.0.2
Size : 154 k
Repo : amzn2-core/2/x86_64
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.
Available Packages
Name : jq
Arch : x86_64
Version : 1.5
Release : 1.amzn2.0.2
Size : 154 k
Repo : amzn2-core/2/x86_64
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.