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

Last updated: May 18,2024

1. Install "python3-colormap" package

Here is a brief guide to show you how to install python3-colormap on Kali Linux

$ sudo apt update $ sudo apt install python3-colormap

2. Uninstall "python3-colormap" package

This tutorial shows how to uninstall python3-colormap on Kali Linux:

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

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

Package: python3-colormap
Source: python-colormap
Version: 1.0.6-1
Installed-Size: 64
Maintainer: Debian Python Team
Architecture: all
Depends: python3-easydev, python3-matplotlib, python3:any, python3-numpy
Size: 15568
SHA256: d9a167e284da322e5b13a65ec42aa1a0d533c82ae3f41d268e968ab97d7efa37
SHA1: e07b8b7062fae75a8bab6e4bdf8ca220663b17a2
MD5sum: ffeff5b0c4d13d5694fa9471c7a86a1b
Description: ease manipulation of matplotlib colormaps and color codecs (Python 3)
The colormap package provides simple utilities to convert colors between RGB,
HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All
matplotlib colormaps and some R colormaps are available altogether. The
plot_colormap method (see below) is handy to quickly pick up a colormaps and
the test_colormap is useful to see test a new colormap.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://colormap.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/python-colormap/python3-colormap_1.0.6-1_all.deb