How to Install and Uninstall python3-structlog Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-structlog" package

In this section, we are going to explain the necessary steps to install python3-structlog on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-structlog

2. Uninstall "python3-structlog" package

Please follow the step by step instructions below to uninstall python3-structlog on openSUSE Leap:

$ sudo zypper remove python3-structlog

3. Information about the python3-structlog package on openSUSE Leap

Information for package python3-structlog:
------------------------------------------
Repository : Main Repository
Name : python3-structlog
Version : 21.2.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 412.3 KiB
Installed : No
Status : not installed
Source package : python-structlog-21.2.0-bp155.2.9.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.