How to Install and Uninstall json-table.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "json-table.x86_64" package

Please follow the step by step instructions below to install json-table.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install json-table.x86_64

2. Uninstall "json-table.x86_64" package

Learn how to uninstall json-table.x86_64 on Fedora 34:

$ sudo dnf remove json-table.x86_64 $ sudo dnf autoremove

3. Information about the json-table.x86_64 package on Fedora 34

Last metadata expiration check: 0:55:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : json-table
Version : 4.3.3
Release : 5.fc34
Architecture : x86_64
Size : 41 k
Source : json-table-4.3.3-5.fc34.src.rpm
Repository : fedora
Summary : Command-line tool to transform nested JSON into tabular data
URL : https://github.com/micha/json-table
License : EPL-1.0
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.