How To Install python3-abrt-doc on Fedora 36

In this tutorial we learn how to install python3-abrt-doc in Fedora 36. python3-abrt-doc is ABRT Python API Documentation

Introduction

In this tutorial we learn how to install python3-abrt-doc on Fedora 36.

What is python3-abrt-doc

Examples and documentation for ABRT Python 3 API.

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

Install python3-abrt-doc 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-abrt-doc using dnf by running the following command:

sudo dnf -y install python3-abrt-doc

Install python3-abrt-doc 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-abrt-doc using yum by running the following command:

sudo yum -y install python3-abrt-doc

How To Uninstall python3-abrt-doc on Fedora 36

To uninstall only the python3-abrt-doc package we can use the following command:

sudo dnf remove python3-abrt-doc

python3-abrt-doc Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/problem_examples
/usr/lib/python3.10/site-packages/problem_examples/__pycache__
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/bugzilla_numbers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/bugzilla_numbers.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/daemon_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/daemon_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/edit_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/edit_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/list_all_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/list_all_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/list_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/list_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/selinux_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/selinux_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/thread_watch_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/thread_watch_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/userspace_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/userspace_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/watch_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/problem_examples/__pycache__/watch_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/problem_examples/bugzilla_numbers.py
/usr/lib/python3.10/site-packages/problem_examples/daemon_example.py
/usr/lib/python3.10/site-packages/problem_examples/edit_example.py
/usr/lib/python3.10/site-packages/problem_examples/list_all_example.py
/usr/lib/python3.10/site-packages/problem_examples/list_example.py
/usr/lib/python3.10/site-packages/problem_examples/selinux_example.py
/usr/lib/python3.10/site-packages/problem_examples/thread_watch_example.py
/usr/lib/python3.10/site-packages/problem_examples/userspace_example.py
/usr/lib/python3.10/site-packages/problem_examples/watch_example.py

References

Summary

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