How To Install python3-libreport on Fedora 36

In this tutorial we learn how to install python3-libreport in Fedora 36. python3-libreport is Python 3 bindings for report-libs

Introduction

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

What is python3-libreport

Python 3 bindings for report-libs.

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

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

sudo dnf -y install python3-libreport

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

sudo yum -y install python3-libreport

How To Uninstall python3-libreport on Fedora 36

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

sudo dnf remove python3-libreport

python3-libreport Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/5a82cf7c52ac707650d01077c552d61d870703
/usr/lib/.build-id/85
/usr/lib/.build-id/85/1630f732d2d44e162d4d806073a5174676be96
/usr/lib64/python3.10/site-packages/report
/usr/lib64/python3.10/site-packages/report/__init__.py
/usr/lib64/python3.10/site-packages/report/__pycache__
/usr/lib64/python3.10/site-packages/report/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/report/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/report/__pycache__/accountmanager.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/report/__pycache__/accountmanager.cpython-310.pyc
/usr/lib64/python3.10/site-packages/report/_py3report.so
/usr/lib64/python3.10/site-packages/report/accountmanager.py
/usr/lib64/python3.10/site-packages/report/io
/usr/lib64/python3.10/site-packages/report/io/GTKIO.py
/usr/lib64/python3.10/site-packages/report/io/NewtIO.py
/usr/lib64/python3.10/site-packages/report/io/TextIO.py
/usr/lib64/python3.10/site-packages/report/io/__init__.py
/usr/lib64/python3.10/site-packages/report/io/__pycache__
/usr/lib64/python3.10/site-packages/report/io/__pycache__/GTKIO.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/GTKIO.cpython-310.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/NewtIO.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/NewtIO.cpython-310.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/TextIO.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/TextIO.cpython-310.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/report/io/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/reportclient
/usr/lib64/python3.10/site-packages/reportclient/__init__.py
/usr/lib64/python3.10/site-packages/reportclient/__pycache__
/usr/lib64/python3.10/site-packages/reportclient/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/reportclient/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/reportclient/__pycache__/debuginfo.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/reportclient/__pycache__/debuginfo.cpython-310.pyc
/usr/lib64/python3.10/site-packages/reportclient/__pycache__/dnfdebuginfo.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/reportclient/__pycache__/dnfdebuginfo.cpython-310.pyc
/usr/lib64/python3.10/site-packages/reportclient/_reportclient3.so
/usr/lib64/python3.10/site-packages/reportclient/debuginfo.py
/usr/lib64/python3.10/site-packages/reportclient/dnfdebuginfo.py

References

Summary

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