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

Last updated: May 15,2024

1. Install "python36-structlog" package

Here is a brief guide to show you how to install python36-structlog on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-structlog

2. Uninstall "python36-structlog" package

This guide let you learn how to uninstall python36-structlog on openSuSE Tumbleweed:

$ sudo zypper remove python36-structlog

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

Information for package python36-structlog:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-structlog
Version : 21.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 410,9 KiB
Installed : No
Status : not installed
Source package : python-structlog-21.2.0-1.1.src
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.