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

Last updated: May 16,2024

1. Install "python3-webcolors" package

This guide let you learn how to install python3-webcolors on Kali Linux

$ sudo apt update $ sudo apt install python3-webcolors

2. Uninstall "python3-webcolors" package

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

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

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

Package: python3-webcolors
Source: webcolors
Version: 1.11.1-1
Installed-Size: 50
Maintainer: Kouhei Maeda
Architecture: all
Depends: python3:any
Size: 12708
SHA256: 2e3f61208a56e3c9fee20b2aa8327f56f86607ea2b7d6883627c792ddf321132
SHA1: a3a9d88f92dffbcc64e659f0c3c90e4db692d43f
MD5sum: 100bb9856f5affaee99c151d29bcf669
Description: python3 library of color names and value formats
For python3, support is included for the following formats, but this support
RGB colorspace only.
* Specification-defined color names
* Six-digit hexadecimal
* Three-digit hexadecimal
* Integer rgb() triplet
* Percentage rgb() triplet
This module conversion to/from HSL can be handled by the "colorsys" module in
the Python standard library.
Description-md5:
Homepage: http://www.bitbucket.org/ubernostrum/webcolors/overview/
Section: python
Priority: optional
Filename: pool/main/w/webcolors/python3-webcolors_1.11.1-1_all.deb