How To Install python3-relatorio on Fedora 36

In this tutorial we learn how to install python3-relatorio in Fedora 36. python3-relatorio is A templating library able to output odt and pdf files

Introduction

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

What is python3-relatorio

A templating library which provides a way to easily output all kind of different files (odt, ods, png, svg, …). Adding support for more filetype is easy relatorio also provides a report repository allowing you to link python objects and report together, find reports by mimetypes/name/python objects.

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

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

sudo dnf -y install python3-relatorio

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

sudo yum -y install python3-relatorio

How To Uninstall python3-relatorio on Fedora 36

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

sudo dnf remove python3-relatorio

python3-relatorio Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/relatorio
/usr/lib/python3.10/site-packages/relatorio-0.8.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/relatorio-0.8.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/relatorio-0.8.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/relatorio-0.8.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/relatorio-0.8.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/relatorio-0.8.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/relatorio/__init__.py
/usr/lib/python3.10/site-packages/relatorio/__pycache__
/usr/lib/python3.10/site-packages/relatorio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/__pycache__/reporting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/__pycache__/reporting.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/reporting.py
/usr/lib/python3.10/site-packages/relatorio/templates
/usr/lib/python3.10/site-packages/relatorio/templates/__init__.py
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/chart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/chart.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/opendocument.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/opendocument.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/pdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/__pycache__/pdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/templates/base.py
/usr/lib/python3.10/site-packages/relatorio/templates/chart.py
/usr/lib/python3.10/site-packages/relatorio/templates/opendocument.py
/usr/lib/python3.10/site-packages/relatorio/templates/pdf.py
/usr/lib/python3.10/site-packages/relatorio/tests
/usr/lib/python3.10/site-packages/relatorio/tests/__init__.py
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__/test_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__/test_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__/test_odt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relatorio/tests/__pycache__/test_odt.cpython-310.pyc
/usr/lib/python3.10/site-packages/relatorio/tests/egg.jpg
/usr/lib/python3.10/site-packages/relatorio/tests/one.jpg
/usr/lib/python3.10/site-packages/relatorio/tests/templates
/usr/lib/python3.10/site-packages/relatorio/tests/templates/include.tmpl
/usr/lib/python3.10/site-packages/relatorio/tests/templates/other.tmpl
/usr/lib/python3.10/site-packages/relatorio/tests/templates/test.tmpl
/usr/lib/python3.10/site-packages/relatorio/tests/templates/time.tmpl
/usr/lib/python3.10/site-packages/relatorio/tests/test.fodt
/usr/lib/python3.10/site-packages/relatorio/tests/test.odt
/usr/lib/python3.10/site-packages/relatorio/tests/test_api.py
/usr/lib/python3.10/site-packages/relatorio/tests/test_odt.py
/usr/lib/python3.10/site-packages/relatorio/tests/two.png
/usr/share/doc/python3-relatorio
/usr/share/doc/python3-relatorio/README

References

Summary

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