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

Last updated: June 23,2024

1. Install "python39-eliot" package

This guide covers the steps necessary to install python39-eliot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-eliot

2. Uninstall "python39-eliot" package

This guide let you learn how to uninstall python39-eliot on openSuSE Tumbleweed:

$ sudo zypper remove python39-eliot

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

Information for package python39-eliot:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-eliot
Version : 1.13.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-eliot-1.13.0-1.2.src
Summary : A logging system that tells the user why something happened
Description :
eliot is a Python logging system that outputs causal chains of actions: actions can spawn other actions,
and eventually they either succeed or fail.
The resulting logs tell the story of what the software did: what happened, and what caused it.