How to Install and Uninstall python3-colour Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "python3-colour" package

Learn how to install python3-colour on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-colour

2. Uninstall "python3-colour" package

Learn how to uninstall python3-colour on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-colour package on Ubuntu 21.10 (Impish Indri)

Package: python3-colour
Architecture: all
Version: 0.1.5-2
Priority: optional
Section: universe/python
Source: python-colour
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 77
Depends: python3:any
Filename: pool/universe/p/python-colour/python3-colour_0.1.5-2_all.deb
Size: 22268
MD5sum: 07cad88474004a4a4faa9c2764e544de
SHA1: 0f995ee47e09447e3b72c19c7b10cc983a42613c
SHA256: 015c4c154bbdc36759c4257c18c58512d68c46a0be691414efca661bf628dbe5
SHA512: 2722a8b81d6305221682785cab92e1b735d9e3c1557ab333dd70013e855d8bafb791657d1d569c66a4d096e9045fbe08fd2e5e25eaabd2d0c04cdced4d28b524
Homepage: https://github.com/vaab/colour
Description-en: converts and manipulates various color representation - Python 2.X
Converts and manipulates common color representation (RGB, HSL, web, ...)
.
Features:
.
* Damn simple and pythonic way to manipulate color representation
* Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
color
* One object (Color) or bunch of single purpose function (rgb2hex,
hsl2rgb, ...)
* web format that use the smallest representation between 6-digit
(e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
(e.g. white), following W3C color naming for compatible CSS or HTML
color specifications.
* smooth intuitive color scale generation choosing N color gradients.
* can pick colors for you to identify objects of your application.
Description-md5: 767a856b2801a7820f84a0c6a71f5861
Task: ubuntustudio-photography