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

Last updated: October 04,2024

1. Install "python3-tblib.noarch" package

Here is a brief guide to show you how to install python3-tblib.noarch on Oracle Linux 9

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

2. Uninstall "python3-tblib.noarch" package

This guide covers the steps necessary to uninstall python3-tblib.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:08:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-tblib
Version : 2.0.0
Release : 3.el9
Architecture : noarch
Size : 25 k
Source : python-tblib-2.0.0-3.el9.src.rpm
Repository : epel
Summary : Traceback serialization library
URL : https://pypi.python.org/pypi/tblib
License : BSD-2-Clause
Description : Traceback serialization library that allows you to:
: * Pickle tracebacks and raise exceptions with pickled tracebacks in different
: processes. This allows better error handling when running code over
: multiple processes (imagine multiprocessing, billiard, futures, celery,
: etc).
: * Parse traceback strings and raise with the parsed tracebacks.