How to Install and Uninstall python3-tablib.noarch Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "python3-tablib.noarch" package

This tutorial shows how to install python3-tablib.noarch on Oracle Linux 8

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

2. Uninstall "python3-tablib.noarch" package

Please follow the steps below to uninstall python3-tablib.noarch on Oracle Linux 8:

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

3. Information about the python3-tablib.noarch package on Oracle Linux 8

Last metadata expiration check: 7:08:39 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-tablib
Version : 3.0.0
Release : 1.el8
Architecture : noarch
Size : 91 k
Source : python-tablib-3.0.0-1.el8.src.rpm
Repository : epel
Summary : Format agnostic tabular data library (XLS, JSON, YAML, CSV)
URL : http://github.com/kennethreitz/tablib
License : MIT
Description : Tablib is a format-agnostic tabular dataset library, written in Python.
:
: Output formats supported:
:
: - Excel (Sets + Books)
: - JSON (Sets + Books)
: - YAML (Sets + Books)
: - HTML (Sets)
: - TSV (Sets)
: - CSV (Sets)