How to Install and Uninstall python3-tbtrim.noarch Package on CentOS Stream 8
Last updated: January 10,2025
1. Install "python3-tbtrim.noarch" package
This is a short guide on how to install python3-tbtrim.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-tbtrim.noarch
Copied
2. Uninstall "python3-tbtrim.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-tbtrim.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-tbtrim.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-tbtrim.noarch package on CentOS Stream 8
Last metadata expiration check: 1:54:49 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-tbtrim
Version : 0.3.1
Release : 1.el8
Architecture : noarch
Size : 14 k
Source : python-tbtrim-0.3.1-1.el8.src.rpm
Repository : epel
Summary : A utility to trim Python traceback information
URL : https://github.com/gousaiyang/tbtrim
License : MIT
Description : tbtrim is a utility to trim Python traceback information. By assigning user-
: refined sys.excepthook, one can easily customize the behavior after an
: exception is raise and uncaught, and just before the interpreter prints out
: the given traceback and exception to sys.stderr.
:
: In a more human-readable way, tbtrim is to let you handle the last words of
: a program when it exits because of an exception.
Available Packages
Name : python3-tbtrim
Version : 0.3.1
Release : 1.el8
Architecture : noarch
Size : 14 k
Source : python-tbtrim-0.3.1-1.el8.src.rpm
Repository : epel
Summary : A utility to trim Python traceback information
URL : https://github.com/gousaiyang/tbtrim
License : MIT
Description : tbtrim is a utility to trim Python traceback information. By assigning user-
: refined sys.excepthook, one can easily customize the behavior after an
: exception is raise and uncaught, and just before the interpreter prints out
: the given traceback and exception to sys.stderr.
:
: In a more human-readable way, tbtrim is to let you handle the last words of
: a program when it exits because of an exception.