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

Last updated: June 23,2024

1. Install "python3-structlog.noarch" package

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

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

2. Uninstall "python3-structlog.noarch" package

Please follow the instructions below to uninstall python3-structlog.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:59:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-structlog
Version : 19.2.0
Release : 5.fc34
Architecture : noarch
Size : 89 k
Source : python-structlog-19.2.0-5.fc34.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.