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

Last updated: May 17,2024

1. Install "python3-verboselogs" package

Please follow the guidance below to install python3-verboselogs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-verboselogs

2. Uninstall "python3-verboselogs" package

Please follow the instructions below to uninstall python3-verboselogs on openSUSE Leap:

$ sudo zypper remove python3-verboselogs

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

Information for package python3-verboselogs:
--------------------------------------------
Repository : Main Repository
Name : python3-verboselogs
Version : 1.7-1.34
Arch : noarch
Vendor : SUSE LLC
Installed Size : 43.4 KiB
Installed : No
Status : not installed
Source package : python-verboselogs-1.7-1.34.src
Upstream URL : https://github.com/xolox/python-verboselogs
Summary : Verbose logging level for Python's logging module
Description :
The verboselogs_ package extends Python's logging_ module to add the log levels
VERBOSE_, NOTICE_, and SPAM_:
- The VERBOSE level sits between the predefined INFO and DEBUG levels.
- The NOTICE level sits between the predefined WARNING and INFO levels.
- The SPAM level sits between the predefined DEBUG and NOTSET levels.
It is currently tested on Python 2.6, 2.7, 3.4, 3.5 and PyPy.