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

Last updated: November 01,2024

1. Install "python3-tablib.noarch" package

Here is a brief guide to show you how to install python3-tablib.noarch on AlmaLinux 8

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

2. Uninstall "python3-tablib.noarch" package

Please follow the guidance below to uninstall python3-tablib.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:56:50 ago on Mon Sep 5 03:22:42 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)