How to Install and Uninstall json-table.x86_64 Package on AlmaLinux 8

Last updated: April 25,2024

1. Install "json-table.x86_64" package

Please follow the guidelines below to install json-table.x86_64 on AlmaLinux 8

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

2. Uninstall "json-table.x86_64" package

This guide let you learn how to uninstall json-table.x86_64 on AlmaLinux 8:

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

3. Information about the json-table.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:27:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : json-table
Version : 4.3.3
Release : 3.el8
Architecture : x86_64
Size : 40 k
Source : json-table-4.3.3-3.el8.src.rpm
Repository : epel
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.