How to Install and Uninstall python3-kitchen.noarch Package on Fedora 35

Last updated: February 04,2025

1. Install "python3-kitchen.noarch" package

Please follow the guidelines below to install python3-kitchen.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-kitchen.noarch

2. Uninstall "python3-kitchen.noarch" package

Please follow the steps below to uninstall python3-kitchen.noarch on Fedora 35:

$ sudo dnf remove python3-kitchen.noarch $ sudo dnf autoremove

3. Information about the python3-kitchen.noarch package on Fedora 35

Last metadata expiration check: 0:16:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-kitchen
Version : 1.2.6
Release : 11.fc35
Architecture : noarch
Size : 88 k
Source : python-kitchen-1.2.6-11.fc35.src.rpm
Repository : fedora
Summary : Small, useful pieces of code to make python 3 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).
:
: This is the python3 version of the kitchen module.