How to Install and Uninstall python3-jc.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "python3-jc.noarch" package

This guide let you learn how to install python3-jc.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-jc.noarch

2. Uninstall "python3-jc.noarch" package

Please follow the instructions below to uninstall python3-jc.noarch on Oracle Linux 9:

$ sudo dnf remove python3-jc.noarch $ sudo dnf autoremove

3. Information about the python3-jc.noarch package on Oracle Linux 9

Last metadata expiration check: 3:30:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-jc
Version : 1.24.0
Release : 1.el9
Architecture : noarch
Size : 737 k
Source : jc-1.24.0-1.el9.src.rpm
Repository : epel
Summary : Module for serializing output of CLI tools into JSON
URL : https://github.com/kellyjonbrazil/jc
License : MIT
Description : Python module providing functions for parsing the output of command-line
: tools and file types into structured JSON, for easier further processing.