How to Install and Uninstall jq Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "jq" package

Please follow the instructions below to install jq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jq

2. Uninstall "jq" package

Please follow the step by step instructions below to uninstall jq on openSuSE Tumbleweed:

$ sudo zypper remove jq

3. Information about the jq package on openSuSE Tumbleweed

Information for package jq:
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jq
Version : 1.7.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 127.4 KiB
Installed : No
Status : not installed
Source package : jq-1.7.1-1.2.src
Upstream URL : https://github.com/jqlang
Summary : A lightweight and flexible command-line JSON processor
Description :
A 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.