How to Install and Uninstall python3-logzero Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-logzero" package

Here is a brief guide to show you how to install python3-logzero on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-logzero

2. Uninstall "python3-logzero" package

This is a short guide on how to uninstall python3-logzero on openSUSE Leap:

$ sudo zypper remove python3-logzero

3. Information about the python3-logzero package on openSUSE Leap

Information for package python3-logzero:
----------------------------------------
Repository : Main Repository
Name : python3-logzero
Version : 1.5.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 76.5 KiB
Installed : No
Status : not installed
Source package : python-logzero-1.5.0-bp155.2.11.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.