How To Install python3-kitchen-doc on Fedora 36

In this tutorial we learn how to install python3-kitchen-doc in Fedora 36. python3-kitchen-doc is API documentation for the Kitchen python3 module

Introduction

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

What is python3-kitchen-doc

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). This package contains the API documenation for programming with the python-3 version of the kitchen library.

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

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

sudo dnf -y install python3-kitchen-doc

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

sudo yum -y install python3-kitchen-doc

How To Uninstall python3-kitchen-doc on Fedora 36

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

sudo dnf remove python3-kitchen-doc

python3-kitchen-doc Package Contents on Fedora 36

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

References

Summary

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