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

Last updated: October 05,2024

1. Install "python310-logzero" package

Please follow the guidelines below to install python310-logzero on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-logzero

2. Uninstall "python310-logzero" package

This tutorial shows how to uninstall python310-logzero on openSuSE Tumbleweed:

$ sudo zypper remove python310-logzero

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

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