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

Last updated: November 23,2024

1. Install "python3-blurhash" package

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

$ sudo apt update $ sudo apt install python3-blurhash

2. Uninstall "python3-blurhash" package

Please follow the step by step instructions below to uninstall python3-blurhash on Kali Linux:

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

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

Package: python3-blurhash
Source: blurhash-python
Version: 1.1.4-3
Installed-Size: 47
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-pil, python3-six, python3:any, libc6 (>= 2.4)
Size: 12036
SHA256: e6f0c0688485e9f37c6c47c05bc3afc3a60a07ac3285c44f0a4b2e3aaa38b486
SHA1: 346edd37a1ad1d232f14c97cb275a05b0a48f3a8
MD5sum: e56ba2bd5f63c9c7f929468b8abe8a14
Description: Python implementation of the blurhash algorithm
BlurHash takes an image, and gives you a short string (only 20-30 characters)
that represents the placeholder for this image. You do this on the backend of
your service, and store the string along with the image. When you send data to
your client, you send both the URL to the image, and the BlurHash string. Your
client then takes the string, and decodes it into an image that it shows while
the real image is loading over the network. The string is short enough that it
comfortably fits into whatever data format you use. For instance, it can easily
be added as a field in a JSON object.
Description-md5:
Homepage: https://github.com/halcy/blurhash-python
Section: python
Priority: optional
Filename: pool/main/b/blurhash-python/python3-blurhash_1.1.4-3_amd64.deb