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

Last updated: January 12,2025

1. Install "python3-structlog.noarch" package

Learn how to install python3-structlog.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 4:19:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-structlog
Version : 19.2.0
Release : 7.fc35
Architecture : noarch
Size : 89 k
Source : python-structlog-19.2.0-7.fc35.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.