How To Install python3-click-help-colors on Fedora 36

In this tutorial we learn how to install python3-click-help-colors in Fedora 36. python3-click-help-colors is Colorization of help messages in Click

Introduction

In this tutorial we learn how to install python3-click-help-colors on Fedora 36.

What is python3-click-help-colors

Colorization of help messages in Click

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

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

sudo dnf -y install python3-click-help-colors

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

sudo yum -y install python3-click-help-colors

How To Uninstall python3-click-help-colors on Fedora 36

To uninstall only the python3-click-help-colors package we can use the following command:

sudo dnf remove python3-click-help-colors

python3-click-help-colors Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/click_help_colors
/usr/lib/python3.10/site-packages/click_help_colors-0.9.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/click_help_colors-0.9.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/click_help_colors-0.9.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/click_help_colors-0.9.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/click_help_colors-0.9.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/click_help_colors-0.9.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/click_help_colors/__init__.py
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/click_help_colors/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/click_help_colors/core.py
/usr/lib/python3.10/site-packages/click_help_colors/decorators.py
/usr/lib/python3.10/site-packages/click_help_colors/utils.py
/usr/share/doc/python3-click-help-colors
/usr/share/doc/python3-click-help-colors/README.rst
/usr/share/doc/python3-click-help-colors/examples
/usr/share/doc/python3-click-help-colors/examples/example.py
/usr/share/doc/python3-click-help-colors/examples/example_with_custom_colors.py
/usr/share/doc/python3-click-help-colors/examples/multi_commands.py
/usr/share/doc/python3-click-help-colors/examples/screenshots
/usr/share/doc/python3-click-help-colors/examples/screenshots/1.png
/usr/share/doc/python3-click-help-colors/examples/screenshots/2.png
/usr/share/doc/python3-click-help-colors/examples/screenshots/3.png
/usr/share/doc/python3-click-help-colors/examples/screenshots/4.png
/usr/share/doc/python3-click-help-colors/examples/screenshots/5.png
/usr/share/doc/python3-click-help-colors/examples/screenshots/6.png
/usr/share/doc/python3-click-help-colors/examples/version_option.py
/usr/share/licenses/python3-click-help-colors
/usr/share/licenses/python3-click-help-colors/LICENSE.txt

References

Summary

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