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

Last updated: May 06,2024

1. Install "python36-logzero" package

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

$ sudo zypper refresh $ sudo zypper install python36-logzero

2. Uninstall "python36-logzero" package

Please follow the guidance below to uninstall python36-logzero on openSuSE Tumbleweed:

$ sudo zypper remove python36-logzero

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

Information for package python36-logzero:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-logzero
Version : 1.7.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 109,7 KiB
Installed : No
Status : not installed
Source package : python-logzero-1.7.0-2.1.src
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.