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

Last updated: January 12,2025

1. Install "python3-structlog.noarch" package

This tutorial shows how to install python3-structlog.noarch on Fedora 36

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

2. Uninstall "python3-structlog.noarch" package

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

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

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

Last metadata expiration check: 5:22:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-structlog
Version : 19.2.0
Release : 8.fc36
Architecture : noarch
Size : 89 k
Source : python-structlog-19.2.0-8.fc36.src.rpm
Repository : fedora
Summary : Painless structural logging
URL : http://www.structlog.org/
License : ASL 2.0 and MIT
Description : Structlog makes structured logging in Python easy by augmenting your existing
: logger. It allows you to split your log entries up into key/value pairs and
: build them incrementally without annoying boilerplate code.