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

Last updated: May 08,2024

1. Install "python39-loguru" package

In this section, we are going to explain the necessary steps to install python39-loguru on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-loguru

2. Uninstall "python39-loguru" package

This tutorial shows how to uninstall python39-loguru on openSuSE Tumbleweed:

$ sudo zypper remove python39-loguru

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

Information for package python39-loguru:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-loguru
Version : 0.7.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 404.6 KiB
Installed : No
Status : not installed
Source package : python-loguru-0.7.2-1.4.src
Upstream URL : https://github.com/Delgan/loguru
Summary : Python logging component with a simple interface
Description :
Python logging component providing a single object
which dispatches log messages to configured handlers.