How to Install and Uninstall python3-tbtrim.noarch Package on Fedora 39

Last updated: September 22,2024

1. Install "python3-tbtrim.noarch" package

Please follow the step by step instructions below to install python3-tbtrim.noarch on Fedora 39

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

2. Uninstall "python3-tbtrim.noarch" package

This is a short guide on how to uninstall python3-tbtrim.noarch on Fedora 39:

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

3. Information about the python3-tbtrim.noarch package on Fedora 39

Last metadata expiration check: 3:30:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-tbtrim
Version : 0.3.1
Release : 13.fc39
Architecture : noarch
Size : 15 k
Source : python-tbtrim-0.3.1-13.fc39.src.rpm
Repository : fedora
Summary : 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.