How To Install python-colorspacious-doc on Fedora 36

In this tutorial we learn how to install python-colorspacious-doc in Fedora 36. python-colorspacious-doc is HTML documentation for python colorspacious module

Introduction

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

What is python-colorspacious-doc

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 HTML documentation.

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

Install python-colorspacious-doc 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 python-colorspacious-doc using dnf by running the following command:

sudo dnf -y install python-colorspacious-doc

Install python-colorspacious-doc 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 python-colorspacious-doc using yum by running the following command:

sudo yum -y install python-colorspacious-doc

How To Uninstall python-colorspacious-doc on Fedora 36

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

sudo dnf remove python-colorspacious-doc

python-colorspacious-doc Package Contents on Fedora 36

/usr/share/doc/python-colorspacious-doc
/usr/share/doc/python-colorspacious-doc/_images
/usr/share/doc/python-colorspacious-doc/_images/colorspacious-graph.svg
/usr/share/doc/python-colorspacious-doc/_images/hopper_desat_clipped.png
/usr/share/doc/python-colorspacious-doc/_images/hopper_desaturated.png
/usr/share/doc/python-colorspacious-doc/_images/hopper_deuteranomaly.png
/usr/share/doc/python-colorspacious-doc/_images/hopper_deuteranopia.png
/usr/share/doc/python-colorspacious-doc/_images/hopper_greyscale_unclipped.png
/usr/share/doc/python-colorspacious-doc/_images/hopper_protanopia.png
/usr/share/doc/python-colorspacious-doc/_images/hopper_sRGB.png
/usr/share/doc/python-colorspacious-doc/_sources
/usr/share/doc/python-colorspacious-doc/_sources/bibliography.rst.txt
/usr/share/doc/python-colorspacious-doc/_sources/changes.rst.txt
/usr/share/doc/python-colorspacious-doc/_sources/index.rst.txt
/usr/share/doc/python-colorspacious-doc/_sources/overview.rst.txt
/usr/share/doc/python-colorspacious-doc/_sources/reference.rst.txt
/usr/share/doc/python-colorspacious-doc/_sources/tutorial.rst.txt
/usr/share/doc/python-colorspacious-doc/_static
/usr/share/doc/python-colorspacious-doc/_static/basic.css
/usr/share/doc/python-colorspacious-doc/_static/closelabel.png
/usr/share/doc/python-colorspacious-doc/_static/colorspacious-graph.dot
/usr/share/doc/python-colorspacious-doc/_static/colorspacious-graph.svg
/usr/share/doc/python-colorspacious-doc/_static/css
/usr/share/doc/python-colorspacious-doc/_static/css/badge_only.css
/usr/share/doc/python-colorspacious-doc/_static/css/theme.css
/usr/share/doc/python-colorspacious-doc/_static/doctools.js
/usr/share/doc/python-colorspacious-doc/_static/documentation_options.js
/usr/share/doc/python-colorspacious-doc/_static/facebox.css
/usr/share/doc/python-colorspacious-doc/_static/facebox.js
/usr/share/doc/python-colorspacious-doc/_static/file.png
/usr/share/doc/python-colorspacious-doc/_static/jquery-3.5.1.js
/usr/share/doc/python-colorspacious-doc/_static/jquery.js
/usr/share/doc/python-colorspacious-doc/_static/js
/usr/share/doc/python-colorspacious-doc/_static/js/badge_only.js
/usr/share/doc/python-colorspacious-doc/_static/js/theme.js
/usr/share/doc/python-colorspacious-doc/_static/language_data.js
/usr/share/doc/python-colorspacious-doc/_static/loading.gif
/usr/share/doc/python-colorspacious-doc/_static/minus.png
/usr/share/doc/python-colorspacious-doc/_static/plus.png
/usr/share/doc/python-colorspacious-doc/_static/pygments.css
/usr/share/doc/python-colorspacious-doc/_static/searchtools.js
/usr/share/doc/python-colorspacious-doc/_static/show-code.js
/usr/share/doc/python-colorspacious-doc/_static/underscore-1.13.1.js
/usr/share/doc/python-colorspacious-doc/_static/underscore.js
/usr/share/doc/python-colorspacious-doc/bibliography.html
/usr/share/doc/python-colorspacious-doc/changes.html
/usr/share/doc/python-colorspacious-doc/genindex.html
/usr/share/doc/python-colorspacious-doc/index.html
/usr/share/doc/python-colorspacious-doc/objects.inv
/usr/share/doc/python-colorspacious-doc/overview.html
/usr/share/doc/python-colorspacious-doc/reference.html
/usr/share/doc/python-colorspacious-doc/search.html
/usr/share/doc/python-colorspacious-doc/searchindex.js
/usr/share/doc/python-colorspacious-doc/tutorial.html

References

Summary

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