How to Install and Uninstall json-table Package on openSUSE Leap

Last updated: May 18,2024

1. Install "json-table" package

Learn how to install json-table on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install json-table

2. Uninstall "json-table" package

Please follow the guidelines below to uninstall json-table on openSUSE Leap:

$ sudo zypper remove json-table

3. Information about the json-table package on openSUSE Leap

Information for package json-table:
-----------------------------------
Repository : Main Repository
Name : json-table
Version : 4.3.3-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 47.8 KiB
Installed : No
Status : not installed
Source package : json-table-4.3.3-bp155.2.10.src
Upstream URL : https://github.com/micha/json-table
Summary : Nested JSON data to tabular data transformer
Description :
Jt reads UTF-8 encoded JSON forms from stdin and writes tab separated
values (or CSV) to stdout. A simple stack-based programming language
is used to extract values from the JSON input for printing.