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

Last updated: April 20,2024

1. Install "python3-colormath" package

Please follow the guidelines below to install python3-colormath on Kali Linux

$ sudo apt update $ sudo apt install python3-colormath

2. Uninstall "python3-colormath" package

Please follow the steps below to uninstall python3-colormath on Kali Linux:

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

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

Package: python3-colormath
Source: python-colormath
Version: 3.0.0-4
Installed-Size: 190
Maintainer: Debian Python Team
Architecture: all
Depends: python3-networkx, python3-numpy, python3:any
Size: 34708
SHA256: 2f6f3436037aae04159da057b7763ccf0d24d9045191a12d5c6399c02c18b2a1
SHA1: 7f6a77cf4a1685d8cbe504c36b4c4940cf1a44a6
MD5sum: 0168e6f4d19a172f20f324d2e580d822
Description: Abstracts common color math operations (Python 3 version)
python-colormath is a simple Python module that spares the user from directly
dealing with color math. Some features include: Support for a wide range of
color spaces. A good chunk of the CIE spaces, RGB, HSL/HSV, CMY/CMYK, and many
more. Conversions between the various color spaces. For example, XYZ to sRGB,
Spectral to XYZ, CIE Lab to Adobe RGB. Calculation of color difference. All
CIE Delta E functions, plus CMC. Chromatic adaptations (changing illuminants).
RGB to hex and vice-versa. 16-bit RGB support.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/gtaylor/python-colormath
Section: python
Priority: optional
Filename: pool/main/p/python-colormath/python3-colormath_3.0.0-4_all.deb