How to Install and Uninstall python2-colormap Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python2-colormap" package

Please follow the steps below to install python2-colormap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-colormap

2. Uninstall "python2-colormap" package

This tutorial shows how to uninstall python2-colormap on openSUSE Leap:

$ sudo zypper remove python2-colormap

3. Information about the python2-colormap package on openSUSE Leap

Information for package python2-colormap:
-----------------------------------------
Repository : Main Repository
Name : python2-colormap
Version : 1.0.3-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 90,6 KiB
Installed : No
Status : not installed
Source package : python-colormap-1.0.3-bp153.1.18.src
Summary : Utilities to manipulate matplotlib colormaps and color codecs
Description :
The colormap package provides utilities to convert colors between
RGB, HEX, HLS, HUV and a class to build colormaps for matplotlib. All
matplotlib colormaps and some R colormaps are available altogether. The
plot_colormap method is able to pick up a colormaps and
the test_colormap can be used to visually test a new colormap.