How to Install and Uninstall python3-logbook.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "python3-logbook.x86_64" package

This guide covers the steps necessary to install python3-logbook.x86_64 on Fedora 39

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

2. Uninstall "python3-logbook.x86_64" package

This is a short guide on how to uninstall python3-logbook.x86_64 on Fedora 39:

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

3. Information about the python3-logbook.x86_64 package on Fedora 39

Last metadata expiration check: 3:53:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-logbook
Version : 1.7.0
Release : 1.fc39
Architecture : x86_64
Size : 219 k
Source : python-logbook-1.7.0-1.fc39.src.rpm
Repository : updates
Summary : A logging replacement for Python
URL : https://logbook.readthedocs.io
License : BSD-3-Clause
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.