How to Install and Uninstall python3-stackprinter.noarch Package on Fedora 38

Last updated: October 11,2024

1. Install "python3-stackprinter.noarch" package

This guide covers the steps necessary to install python3-stackprinter.noarch on Fedora 38

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

2. Uninstall "python3-stackprinter.noarch" package

Please follow the steps below to uninstall python3-stackprinter.noarch on Fedora 38:

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

3. Information about the python3-stackprinter.noarch package on Fedora 38

Last metadata expiration check: 1:20:25 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-stackprinter
Version : 0.2.4
Release : 8.fc38
Architecture : noarch
Size : 69 k
Source : python-stackprinter-0.2.4-8.fc38.src.rpm
Repository : fedora
Summary : Debug-friendly stack traces
URL : https://github.com/cknd/stackprinter
License : MIT
Description : This is a more helpful version of Python's built-in exception message: It shows
: more code context and the current values of nearby variables.