How to Install and Uninstall python3-eliot Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-eliot" package

Please follow the instructions below to install python3-eliot on Kali Linux

$ sudo apt update $ sudo apt install python3-eliot

2. Uninstall "python3-eliot" package

Please follow the step by step instructions below to uninstall python3-eliot on Kali Linux:

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

3. Information about the python3-eliot package on Kali Linux

Package: python3-eliot
Source: python-eliot
Version: 1.15.0-1
Installed-Size: 455
Maintainer: Debian Python Team
Architecture: all
Depends: python3-boltons, python3-pyrsistent, python3-six, python3-zope.interface, python3:any
Size: 77920
SHA256: 9ed5f8db5f9399038cf99eeb5ecefb15c7c59a40e48273c5ed92f488a75a9796
SHA1: 0d601682d2b61258a540899af0586119a83559b5
MD5sum: 31bdabbc53641228a2bec4463dc5f40e
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/itamarst/eliot/
Section: python
Priority: optional
Filename: pool/main/p/python-eliot/python3-eliot_1.15.0-1_all.deb