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

Last updated: December 29,2024

1. Install "python3-webcolors" package

This tutorial shows how to install python3-webcolors on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-webcolors

2. Uninstall "python3-webcolors" package

This tutorial shows how to uninstall python3-webcolors on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-webcolors
Priority: optional
Section: universe/python
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Kouhei Maeda
Architecture: all
Source: webcolors
Version: 1.5-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/w/webcolors/python3-webcolors_1.5-1_all.deb
Size: 10436
MD5sum: b273e488ed6922b08d3a2492aa84df3b
SHA1: 05974e9b922fc391fadc39570006794531c4daec
SHA256: d02b41d26ca7e3d361ca7d0269fac6f282ed76ca1fe0227f41ecd061d98eb83d
Description-en: 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: 6c9560a32c715737b6bed905d00f97d9
Homepage: http://www.bitbucket.org/ubernostrum/webcolors/overview/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu