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

Last updated: May 17,2024

1. Install "python3-pydenticon" package

This is a short guide on how to install python3-pydenticon on Kali Linux

$ sudo apt update $ sudo apt install python3-pydenticon

2. Uninstall "python3-pydenticon" package

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

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

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

Package: python3-pydenticon
Source: pydenticon
Version: 0.3.1-3
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pil, python3:any
Size: 7876
SHA256: 51f2bea57f756e5aa255675b4bd252f15f09a283a9d4caf45c6dd2c0546905d1
SHA1: d0539916412f1727615d40103133ea9a2e37aa9e
MD5sum: 2286ebd456e21a914f8ff382e78dd31f
Description: deterministically generate identicons in Python 3
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.
.
The implementation is a port of the Sigil identicon implementation.
.
Pydenticon provides a couple of extensions of its own when compared to the
original Sigil implementation, like:
.
* Ability to supply custom digest algorithms (allowing for larger identicons if
digest provides enough entropy).
* Ability to specify a rectangle for identicon size.
.
This package is for Python 3.
Description-md5:
Homepage: https://github.com/azaghal/pydenticon
Section: python
Priority: optional
Filename: pool/main/p/pydenticon/python3-pydenticon_0.3.1-3_all.deb