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

Last updated: June 26,2024

1. Install "python39-logzero" package

Please follow the instructions below to install python39-logzero on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-logzero

2. Uninstall "python39-logzero" package

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

$ sudo zypper remove python39-logzero

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

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