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

Last updated: October 05,2024

1. Install "python3-kitchen.noarch" package

In this section, we are going to explain the necessary steps to install python3-kitchen.noarch on Fedora 34

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

2. Uninstall "python3-kitchen.noarch" package

Here is a brief guide to show you how to uninstall python3-kitchen.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:10:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-kitchen
Version : 1.2.6
Release : 9.fc34
Architecture : noarch
Size : 88 k
Source : python-kitchen-1.2.6-9.fc34.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.