How to Install and Uninstall python3-stackprinter.noarch Package on CentOS 8 / RHEL 8

Last updated: January 14,2025

1. Install "python3-stackprinter.noarch" package

In this section, we are going to explain the necessary steps to install python3-stackprinter.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-stackprinter.noarch" package

This is a short guide on how to uninstall python3-stackprinter.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-stackprinter.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:06:53 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-stackprinter
Version : 0.2.4
Release : 1.el8
Architecture : noarch
Size : 51 k
Source : python-stackprinter-0.2.4-1.el8.src.rpm
Repository : epel
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.