How To Install python3-logbook on Fedora 36

In this tutorial we learn how to install python3-logbook in Fedora 36. python3-logbook is A logging replacement for Python

Introduction

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

What is python3-logbook

Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications and mind and the idea to make logging fun. What makes it fun? What about getting log messages on your phone or desktop notification system? Logbook can do that.

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

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

sudo dnf -y install python3-logbook

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

sudo yum -y install python3-logbook

How To Uninstall python3-logbook on Fedora 36

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

sudo dnf remove python3-logbook

python3-logbook Package Contents on Fedora 36

/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info
/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info/not-zip-safe
/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/Logbook-1.5.3-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/logbook
/usr/lib64/python3.10/site-packages/logbook/__init__.py
/usr/lib64/python3.10/site-packages/logbook/__pycache__
/usr/lib64/python3.10/site-packages/logbook/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/__version__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/_fallback.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/_fallback.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/_termcolors.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/_termcolors.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/base.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/compat.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/concurrency.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/concurrency.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/handlers.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/handlers.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/helpers.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/more.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/more.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/notifiers.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/notifiers.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/queues.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/queues.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/ticketing.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/ticketing.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/logbook/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/logbook/__version__.py
/usr/lib64/python3.10/site-packages/logbook/_fallback.py
/usr/lib64/python3.10/site-packages/logbook/_termcolors.py
/usr/lib64/python3.10/site-packages/logbook/base.py
/usr/lib64/python3.10/site-packages/logbook/compat.py
/usr/lib64/python3.10/site-packages/logbook/concurrency.py
/usr/lib64/python3.10/site-packages/logbook/handlers.py
/usr/lib64/python3.10/site-packages/logbook/helpers.py
/usr/lib64/python3.10/site-packages/logbook/more.py
/usr/lib64/python3.10/site-packages/logbook/notifiers.py
/usr/lib64/python3.10/site-packages/logbook/queues.py
/usr/lib64/python3.10/site-packages/logbook/ticketing.py
/usr/lib64/python3.10/site-packages/logbook/utils.py
/usr/share/doc/python3-logbook
/usr/share/doc/python3-logbook/CHANGES
/usr/share/doc/python3-logbook/README.md
/usr/share/licenses/python3-logbook
/usr/share/licenses/python3-logbook/LICENSE

References

Summary

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