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

Last updated: October 05,2024

1. Install "python3-tblib.noarch" package

Please follow the instructions below to install python3-tblib.noarch on AlmaLinux 9

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

2. Uninstall "python3-tblib.noarch" package

Please follow the instructions below to uninstall python3-tblib.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:11:29 ago on Wed Mar 13 07:41:12 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.