How To Install python3-stack-data on Fedora 36

In this tutorial we learn how to install python3-stack-data in Fedora 36. python3-stack-data is Extract data from python stack frames and tracebacks for informative displays

Introduction

In this tutorial we learn how to install python3-stack-data on Fedora 36.

What is python3-stack-data

This is a library that extracts data from stack frames and tracebacks, particularly to display more useful tracebacks than the default.

We can use yum or dnf to install python3-stack-data on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-stack-data.

Install python3-stack-data on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-stack-data using dnf by running the following command:

sudo dnf -y install python3-stack-data

Install python3-stack-data on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-stack-data using yum by running the following command:

sudo yum -y install python3-stack-data

How To Uninstall python3-stack-data on Fedora 36

To uninstall only the python3-stack-data package we can use the following command:

sudo dnf remove python3-stack-data

python3-stack-data Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/stack_data
/usr/lib/python3.10/site-packages/stack_data-0.1.4.dist-info
/usr/lib/python3.10/site-packages/stack_data-0.1.4.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/stack_data-0.1.4.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/stack_data-0.1.4.dist-info/METADATA
/usr/lib/python3.10/site-packages/stack_data-0.1.4.dist-info/WHEEL
/usr/lib/python3.10/site-packages/stack_data-0.1.4.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/stack_data/__init__.py
/usr/lib/python3.10/site-packages/stack_data/__pycache__
/usr/lib/python3.10/site-packages/stack_data/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/formatting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/formatting.cpython-310.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stack_data/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/stack_data/core.py
/usr/lib/python3.10/site-packages/stack_data/formatting.py
/usr/lib/python3.10/site-packages/stack_data/utils.py
/usr/lib/python3.10/site-packages/stack_data/version.py
/usr/share/doc/python3-stack-data
/usr/share/doc/python3-stack-data/README.md

References

Summary

In this tutorial we learn how to install python3-stack-data on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).