How to Install and Uninstall python3-json2table.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-json2table.noarch" package

This guide let you learn how to install python3-json2table.noarch on Fedora 34

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

2. Uninstall "python3-json2table.noarch" package

Here is a brief guide to show you how to uninstall python3-json2table.noarch on Fedora 34:

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

3. Information about the python3-json2table.noarch package on Fedora 34

Last metadata expiration check: 4:26:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-json2table
Version : 1.1.5
Release : 10.fc34
Architecture : noarch
Size : 18 k
Source : python-json2table-1.1.5-10.fc34.src.rpm
Repository : fedora
Summary : Python module to convert JSON to an HTML table
URL : https://github.com/latture/json2table
License : MIT
Description : This is a simple Python package that allows a JSON object to be converted
: to HTML. It provides a convert function that accepts a dict instance and
: returns a string of converted HTML.