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

Last updated: September 28,2024

1. Install "python312-logzero" package

This tutorial shows how to install python312-logzero on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-logzero

2. Uninstall "python312-logzero" package

Please follow the instructions below to uninstall python312-logzero on openSuSE Tumbleweed:

$ sudo zypper remove python312-logzero

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

Information for package python312-logzero:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-logzero
Version : 1.7.0-3.13
Arch : noarch
Vendor : openSUSE
Installed Size : 116.4 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.