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

Last updated: April 28,2024

1. Install "python3-daiquiri" package

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

$ sudo apt update $ sudo apt install python3-daiquiri

2. Uninstall "python3-daiquiri" package

This is a short guide on how to uninstall python3-daiquiri on Kali Linux:

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

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

Package: python3-daiquiri
Source: python-daiquiri
Version: 3.0.1-1
Installed-Size: 57
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pythonjsonlogger, python3:any
Size: 10996
SHA256: 8ea291d667aa6df0e8458138e8123e478007126802a102fd8da9b5c1ff828540
SHA1: 3e461880a27065ef7e0fafa120f28001bf4bb2e2
MD5sum: 88aaf08f6795a8d039222484944e9afb
Description: Python library to easily setup basic logging functionality
The daiquiri library provides an easy way to configure logging. It also
provides some custom formatters and handlers.
.
Its promise is to setup a complete standard Python logging system with just
one function call. Nothing more, nothing less. The interesting features are:
.
* Logs to stderr by default.
* Uses colors if logging to a terminal.
* File-based logging.
* Uses program name as the name of the logging file (so providing just a
directory for logging will work).
* syslog & journald support.
* JSON output.
* Arbitrary key/value context information providing.
* Capture the warnings emitted by the warnings module.
* Native logging of any exception.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/jd/daiquiri
Section: python
Priority: optional
Filename: pool/main/p/python-daiquiri/python3-daiquiri_3.0.1-1_all.deb