How To Install python-kitchen-doc.noarch on Amazon Linux 2

In this tutorial we learn how to install python-kitchen-doc.noarch in Amazon Linux 2. python-kitchen-doc.noarch is API documentation for the Kitchen python module

Introduction

In this tutorial we learn how to install python-kitchen-doc.noarch on Amazon Linux 2.

What is python-kitchen-doc.noarch

kitchen includes functions to make gettext easier to use, handling unicode text easier (conversion with bytes, outputting xml, and calculating how many columns a string takes), and compatibility modules for writing code that uses python-2.7 modules but needs to run on python-2.3 This package contains the API documenation for programming with the kitchen library.

We can use yum to install python-kitchen-doc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-kitchen-doc.noarch.

Install python-kitchen-doc.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-kitchen-doc.noarch using yum by running the following command:

sudo yum -y install python-kitchen-doc.noarch

How To Uninstall python-kitchen-doc.noarch on Amazon Linux 2

To uninstall only the python-kitchen-doc.noarch package we can use the following command:

sudo yum remove python-kitchen-doc.noarch

python-kitchen-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/python-kitchen-doc-1.1.1
/usr/share/doc/python-kitchen-doc-1.1.1/COPYING
/usr/share/doc/python-kitchen-doc-1.1.1/COPYING.LESSER
/usr/share/doc/python-kitchen-doc-1.1.1/api-collections.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-exceptions.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-i18n.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-iterutils.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-overview.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-pycompat24.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-pycompat25.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-pycompat27.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-text-converters.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-text-display.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-text-misc.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-text-utf8.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-text.rst
/usr/share/doc/python-kitchen-doc-1.1.1/api-versioning.rst
/usr/share/doc/python-kitchen-doc-1.1.1/conf.py
/usr/share/doc/python-kitchen-doc-1.1.1/designing-unicode-apis.rst
/usr/share/doc/python-kitchen-doc-1.1.1/glossary.rst
/usr/share/doc/python-kitchen-doc-1.1.1/hacking.rst
/usr/share/doc/python-kitchen-doc-1.1.1/index.rst
/usr/share/doc/python-kitchen-doc-1.1.1/porting-guide-0.3.rst
/usr/share/doc/python-kitchen-doc-1.1.1/tutorial.rst
/usr/share/doc/python-kitchen-doc-1.1.1/unicode-frustrations.rst

References

Summary

In this tutorial we learn how to install python-kitchen-doc.noarch on Amazon Linux 2 using yum.