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

Last updated: May 19,2024

1. Install "python3-logzero" package

In this section, we are going to explain the necessary steps to install python3-logzero on Kali Linux

$ sudo apt update $ sudo apt install python3-logzero

2. Uninstall "python3-logzero" package

Learn how to uninstall python3-logzero on Kali Linux:

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

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

Package: python3-logzero
Source: logzero
Version: 1.7.0-1
Installed-Size: 73
Maintainer: Ying-Chun Liu (PaulLiu)
Architecture: all
Depends: python3:any
Suggests: python-logzero-doc
Size: 17516
SHA256: 2918a6ff1716c5795bd2034af66d05fac70aa10da188936b0ffe3a708b6fd445
SHA1: 40097165cdfb11ee3e83e51331c97a5156f5d62f
MD5sum: 5371d27e389b78d0ff75711b9d452b3b
Description: robust and effective logging for Python (Python 3)
logzero is a python library that provides effective and robust logging.
Features:
* Easy logging to console and/or (rotating) file.
* Provides a fully configured standard.
* Pretty formatting, including level-specific colors in the console.
* Windows color output supported by colorama
* Robust against str/bytes encoding problems, works with all kinds of
character encodings and special characters.
* Multiple loggers can write to the same logfile (also across multiple
Python files).
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://pypi.python.org/pypi/logzero
Section: python
Priority: optional
Filename: pool/main/l/logzero/python3-logzero_1.7.0-1_all.deb