How To Install python3-colorspacious on Fedora 36

In this tutorial we learn how to install python3-colorspacious in Fedora 36. python3-colorspacious is Perform colorspace conversions accurately and easily

Introduction

In this tutorial we learn how to install python3-colorspacious on Fedora 36.

What is python3-colorspacious

Colorspacious is a powerful, accurate, and easy-to-use library for performing colorspace conversions. In addition to the most common standard colorspaces (sRGB, XYZ, xyY, CIELab, CIELCh), we also include blindness") simulations using the approach of Machado et al (2009); a complete implementation of CIECAM02; and the perceptually uniform CAM02-UCS / CAM02-LCD / CAM02-SCD spaces proposed by Luo et al (2006). This package contains the python3 module.

We can use yum or dnf to install python3-colorspacious on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-colorspacious.

Install python3-colorspacious on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-colorspacious using dnf by running the following command:

sudo dnf -y install python3-colorspacious

Install python3-colorspacious on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-colorspacious using yum by running the following command:

sudo yum -y install python3-colorspacious

How To Uninstall python3-colorspacious on Fedora 36

To uninstall only the python3-colorspacious package we can use the following command:

sudo dnf remove python3-colorspacious

python3-colorspacious Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/colorspacious
/usr/lib/python3.10/site-packages/colorspacious-1.1.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/colorspacious-1.1.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/colorspacious-1.1.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/colorspacious-1.1.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/colorspacious-1.1.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/colorspacious-1.1.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/colorspacious/__init__.py
/usr/lib/python3.10/site-packages/colorspacious/__pycache__
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/basics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/basics.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/ciecam02.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/ciecam02.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/comparison.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/comparison.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/conversion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/conversion.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/cvd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/cvd.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/gold_values.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/gold_values.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/illuminants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/illuminants.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/luoetal2006.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/luoetal2006.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/testing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/testing.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/transform_graph.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/transform_graph.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorspacious/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorspacious/basics.py
/usr/lib/python3.10/site-packages/colorspacious/ciecam02.py
/usr/lib/python3.10/site-packages/colorspacious/comparison.py
/usr/lib/python3.10/site-packages/colorspacious/conversion.py
/usr/lib/python3.10/site-packages/colorspacious/cvd.py
/usr/lib/python3.10/site-packages/colorspacious/gold_values.py
/usr/lib/python3.10/site-packages/colorspacious/illuminants.py
/usr/lib/python3.10/site-packages/colorspacious/luoetal2006.py
/usr/lib/python3.10/site-packages/colorspacious/testing.py
/usr/lib/python3.10/site-packages/colorspacious/transform_graph.py
/usr/lib/python3.10/site-packages/colorspacious/util.py
/usr/lib/python3.10/site-packages/colorspacious/version.py
/usr/share/doc/python3-colorspacious
/usr/share/doc/python3-colorspacious/README.rst

References

Summary

In this tutorial we learn how to install python3-colorspacious on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).