How to Install and Uninstall python3-stack-data.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "python3-stack-data.noarch" package

This tutorial shows how to install python3-stack-data.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-stack-data.noarch

2. Uninstall "python3-stack-data.noarch" package

This guide let you learn how to uninstall python3-stack-data.noarch on Oracle Linux 9:

$ sudo dnf remove python3-stack-data.noarch $ sudo dnf autoremove

3. Information about the python3-stack-data.noarch package on Oracle Linux 9

Last metadata expiration check: 0:34:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-stack-data
Version : 0.5.0
Release : 1.el9
Architecture : noarch
Size : 46 k
Source : python-stack-data-0.5.0-1.el9.src.rpm
Repository : epel
Summary : Extract data from python stack frames and tracebacks for informative displays
URL : http://github.com/alexmojaki/stack_data
License : MIT
Description : This is a library that extracts data from stack frames and tracebacks,
: particularly to display more useful tracebacks than the default.