How to Install and Uninstall python3-logbook.noarch Package on Fedora 36

Last updated: September 21,2024

1. Install "python3-logbook.noarch" package

Learn how to install python3-logbook.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-logbook.noarch

2. Uninstall "python3-logbook.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-logbook.noarch on Fedora 36:

$ sudo dnf remove python3-logbook.noarch $ sudo dnf autoremove

3. Information about the python3-logbook.noarch package on Fedora 36

Last metadata expiration check: 0:06:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-logbook
Version : 1.5.3
Release : 9.fc36
Architecture : noarch
Size : 122 k
Source : python-logbook-1.5.3-9.fc36.src.rpm
Repository : fedora
Summary : A logging replacement for Python
URL : https://logbook.readthedocs.io
License : BSD
Description : 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.