How to Install and Uninstall python-webcolors Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-webcolors" package

This is a short guide on how to install python-webcolors on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-webcolors

2. Uninstall "python-webcolors" package

Here is a brief guide to show you how to uninstall python-webcolors on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-webcolors package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-webcolors
Priority: optional
Section: universe/python
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Kouhei Maeda
Architecture: all
Source: webcolors
Version: 1.5-1
Provides: python2.7-webcolors
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/w/webcolors/python-webcolors_1.5-1_all.deb
Size: 10578
MD5sum: e04c580a64fc913e38aba0aa8610dd81
SHA1: 9c3fb291c2ac73395c0590ef0207dcb9dedcbb07
SHA256: ca78fdab01e742f2c48749e50b47b345a95e08cb26a450081539ebf990a52622
Description-en: library of color names and value formats defined by HTML and CSS
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: c350d2a1dd7c23185745795177c72d18
Homepage: http://www.bitbucket.org/ubernostrum/webcolors/overview/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu