How To Install python3-colorzero on Fedora 36

In this tutorial we learn how to install python3-colorzero in Fedora 36. python3-colorzero is Yet another Python color library

Introduction

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

What is python3-colorzero

Colorzero is a color manipulation library for Python (yes, another one) which aims to be reasonably simple to use and “pythonic” in nature.

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

Install python3-colorzero 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-colorzero using dnf by running the following command:

sudo dnf -y install python3-colorzero

Install python3-colorzero 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-colorzero using yum by running the following command:

sudo yum -y install python3-colorzero

How To Uninstall python3-colorzero on Fedora 36

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

sudo dnf remove python3-colorzero

python3-colorzero Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/colorzero
/usr/lib/python3.10/site-packages/colorzero-2.0.dist-info
/usr/lib/python3.10/site-packages/colorzero-2.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/colorzero-2.0.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/colorzero-2.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/colorzero-2.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/colorzero-2.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/colorzero/__init__.py
/usr/lib/python3.10/site-packages/colorzero/__pycache__
/usr/lib/python3.10/site-packages/colorzero/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/attr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/attr.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/color.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/color.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/conversions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/conversions.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/deltae.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/deltae.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/easings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/easings.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/tables.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/tables.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/colorzero/__pycache__/types.cpython-310.pyc
/usr/lib/python3.10/site-packages/colorzero/attr.py
/usr/lib/python3.10/site-packages/colorzero/color.py
/usr/lib/python3.10/site-packages/colorzero/conversions.py
/usr/lib/python3.10/site-packages/colorzero/deltae.py
/usr/lib/python3.10/site-packages/colorzero/easings.py
/usr/lib/python3.10/site-packages/colorzero/tables.py
/usr/lib/python3.10/site-packages/colorzero/types.py
/usr/share/doc/python3-colorzero
/usr/share/doc/python3-colorzero/README.rst
/usr/share/licenses/python3-colorzero
/usr/share/licenses/python3-colorzero/LICENSE.txt

References

Summary

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