How to Install and Uninstall python-kitchen.noarch Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "python-kitchen.noarch" package

This is a short guide on how to install python-kitchen.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-kitchen.noarch

2. Uninstall "python-kitchen.noarch" package

Please follow the steps below to uninstall python-kitchen.noarch on Amazon Linux 2:

$ sudo yum remove python-kitchen.noarch $ sudo yum autoremove

3. Information about the python-kitchen.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-kitchen
Arch : noarch
Version : 1.1.1
Release : 5.amzn2
Size : 266 k
Repo : amzn2-core/2/x86_64
Summary : Small, useful pieces of code to make python coding easier
URL : https://pypi.python.org/pypi/kitchen/
License : LGPLv2+
Description : 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