How to Install and Uninstall python3-json2table.noarch Package on AlmaLinux 8
Last updated: November 16,2024
1. Install "python3-json2table.noarch" package
In this section, we are going to explain the necessary steps to install python3-json2table.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-json2table.noarch
Copied
2. Uninstall "python3-json2table.noarch" package
Please follow the steps below to uninstall python3-json2table.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-json2table.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-json2table.noarch package on AlmaLinux 8
Last metadata expiration check: 0:34:45 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-json2table
Version : 1.1.5
Release : 6.el8
Architecture : noarch
Size : 18 k
Source : python-json2table-1.1.5-6.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-json2table
Version : 1.1.5
Release : 6.el8
Architecture : noarch
Size : 18 k
Source : python-json2table-1.1.5-6.el8.src.rpm
Repository : epel
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.