How to Install and Uninstall python3-tblib.noarch Package on CentOS Stream 9
Last updated: February 08,2025
1. Install "python3-tblib.noarch" package
Please follow the guidelines below to install python3-tblib.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-tblib.noarch
Copied
2. Uninstall "python3-tblib.noarch" package
This is a short guide on how to uninstall python3-tblib.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-tblib.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-tblib.noarch package on CentOS Stream 9
Last metadata expiration check: 2:37:33 ago on Sat Mar 16 16:03:45 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.
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.