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

Last updated: June 18,2024

1. Install "python311-logzero" package

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

$ sudo zypper refresh $ sudo zypper install python311-logzero

2. Uninstall "python311-logzero" package

Please follow the step by step instructions below to uninstall python311-logzero on openSuSE Tumbleweed:

$ sudo zypper remove python311-logzero

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

Information for package python311-logzero:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-logzero
Version : 1.7.0-3.13
Arch : noarch
Vendor : openSUSE
Installed Size : 122.1 KiB
Installed : No
Status : not installed
Source package : python-logzero-1.7.0-3.13.src
Upstream URL : https://github.com/metachris/logzero
Summary : A logging module for Python
Description :
* Logs to console and/or file.
* Pretty formatting, including level-specific colors in the console.
* Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters.
* Heavily inspired by the Tornado web framework.