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

Last updated: May 18,2024

1. Install "python3-loguru" package

This guide let you learn how to install python3-loguru on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-loguru

2. Uninstall "python3-loguru" package

This guide covers the steps necessary to uninstall python3-loguru on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-loguru
Architecture: all
Version: 0.5.3-3
Priority: optional
Section: universe/python
Source: loguru
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 232
Depends: python3:any, python3-colorama
Filename: pool/universe/l/loguru/python3-loguru_0.5.3-3_all.deb
Size: 47504
MD5sum: 88c1df7c1e29ba6f0eaa7c0386ac2637
SHA1: 21b0dd53eb3728603d268350dad0e58ea1457be5
SHA256: 7fbb51e5ef4d31d53c320510702cea544f63be7a6a44455ff0ead034a17e5367
SHA512: c5ea23f474444bde7fb8e3aab86d10b118c6629676a701854e908d2d10278affff4deb433c17803d9a2e189bdcbdbe7b203f80d73ab8ff707d6d88f24512d0d7
Homepage: https://github.com/Delgan/loguru/
Description-en: 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: 9f43bfe819958d04c5731dbc297233e7