How to Install and Uninstall python-kitchen.noarch Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "python-kitchen.noarch" package

Please follow the steps below to install python-kitchen.noarch on CentOS 7 / RHEL 7

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

2. Uninstall "python-kitchen.noarch" package

Please follow the step by step instructions below to uninstall python-kitchen.noarch on CentOS 7 / RHEL 7:

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

3. Information about the python-kitchen.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-kitchen
Arch : noarch
Version : 1.1.1
Release : 5.el7
Size : 1.4 M
Repo : installed
From repo : base
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