How to Install and Uninstall python3-eliot Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-eliot" package

Here is a brief guide to show you how to install python3-eliot on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-eliot

2. Uninstall "python3-eliot" package

Please follow the steps below to uninstall python3-eliot on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-eliot $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-eliot package on Ubuntu 21.10 (Impish Indri)

Package: python3-eliot
Architecture: all
Version: 1.11.0-1
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: python-eliot
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 454
Depends: python3-boltons, python3-pyrsistent, python3-six, python3-zope.interface, python3:any
Filename: pool/universe/p/python-eliot/python3-eliot_1.11.0-1_all.deb
Size: 77064
MD5sum: e1e7632f9e5345ad4d7ae7fedb845f1d
SHA1: 375d5dfc0134fd7439aada4f680cef899da07536
SHA256: d14b5bd376508508619e1f444cdd4e72e7f6bffc056fa8e5df17a4e0827d28d9
SHA512: 073ad7b3c9024b6ee315c24172f39416be9c63d9e713c83253889415c093f49a7f60b29316831a2c32b32173d6382fe803e98200b9759f462d4287c7cfb2955e
Homepage: https://github.com/itamarst/eliot/
Description-en: logging library for Python that tells you why things happen
Most logging systems tell you what happened in your application,
whereas eliot also tells you why it happened.
.
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 you the story of what your software did: what
happened, and what caused it.
.
Eliot works well within a single process, but can also be used across
multiple processes to trace causality across a distributed system.
.
Eliot is only used to generate your logs; you will still need tools like
Logstash and ElasticSearch to aggregate and store logs if you are using
multiple processes.
Description-md5: 115f160e14855137140dff4a827afd09