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

Last updated: November 27,2024

1. Install "python3-logbook.noarch" package

This guide covers the steps necessary to install python3-logbook.noarch on Fedora 35

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

2. Uninstall "python3-logbook.noarch" package

This tutorial shows how to uninstall python3-logbook.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:49:18 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-logbook
Version : 1.5.3
Release : 8.fc35
Architecture : noarch
Size : 123 k
Source : python-logbook-1.5.3-8.fc35.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.