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

Last updated: May 17,2024

1. Install "python3-loguru" package

This guide let you learn how to install python3-loguru on Kali Linux

$ sudo apt update $ sudo apt install python3-loguru

2. Uninstall "python3-loguru" package

Please follow the instructions below to uninstall python3-loguru on Kali Linux:

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

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

Package: python3-loguru
Source: loguru
Version: 0.7.2-3
Installed-Size: 253
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-colorama
Size: 58420
SHA256: 6424f85160d223c54992e7803a0def5ddadeb7cfcfa3a3e68a91d33126d747cd
SHA1: 7652e13889250581147724088daef71c92b1a4b5
MD5sum: 83dcf818f9d7e3b8ae2f13c92400a948
Description: enjoyable loggin' for Python
Logging is fundamental to every application
and eases the process of debugging. Using Loguru user has no excuse
not to use logging from the start, this is as simple as
from loguru import logger.
.
Also, this library is intended to make Python logging less painful
by adding a bunch of useful functionalities that solve caveats of the
standard loggers. Using logs in your application should be an automatism,
Loguru tries to make it both pleasant and powerful.
Ready to use out of the box without boilerplate
.
* No Handler, no Formatter, no Filter: one function to rule them all
* Easier file logging with rotation / retention / compression
* Modern string formatting using braces style
* Exceptions catching within threads or main
* Pretty logging with colors
* Asynchronous, Thread-safe, Multiprocess-safe
* Fully descriptive exceptions
* Structured logging as needed
* Lazy evaluation of expensive functions
* Customizable levels
* Better datetime handling
* Suitable for scripts and libraries
* Entirely compatible with standard logging
* Personalizable defaults through environment variables
* Convenient parser
* Exhaustive notifier
Description-md5:
Homepage: https://github.com/Delgan/loguru/
Section: python
Priority: optional
Filename: pool/main/l/loguru/python3-loguru_0.7.2-3_all.deb