How to Install and Uninstall python311-structlog Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python311-structlog" package

In this section, we are going to explain the necessary steps to install python311-structlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-structlog

2. Uninstall "python311-structlog" package

Please follow the steps below to uninstall python311-structlog on openSuSE Tumbleweed:

$ sudo zypper remove python311-structlog

3. Information about the python311-structlog package on openSuSE Tumbleweed

Information for package python311-structlog:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-structlog
Version : 24.1.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 496.9 KiB
Installed : No
Status : not installed
Source package : python-structlog-24.1.0-2.2.src
Upstream URL : http://www.structlog.org/en/stable/
Summary : Structured Logging for Python
Description :
structlog makes logging in Python less painful and more powerful by adding
structure to your log entries.
It’s up to you whether you want structlog to take care about the output of your
log entries or whether you prefer to forward them to an existing logging system
like the standard library’s logging module.