How to Install and Uninstall python-kitchen Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: December 23,2024

1. Install "python-kitchen" package

Please follow the guidelines below to install python-kitchen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-kitchen

2. Uninstall "python-kitchen" package

Please follow the guidance below to uninstall python-kitchen on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-kitchen $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-kitchen package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-kitchen
Priority: optional
Section: universe/python
Installed-Size: 220
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: kitchen
Version: 1.1.1-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/k/kitchen/python-kitchen_1.1.1-1_all.deb
Size: 36604
MD5sum: 2519226971db594b0e344fa51dbf94b7
SHA1: d6647d4b7a5871290b63bf8e116e0b0a87fbdff9
SHA256: c9978ebb37d1bc8c383de5ec52333f97e7916c3895a61de84da1960d7d0a5ec2
Description-en: Python library of containers, text and i18n helpers
The kitchen Python package aims at gathering in one place all the snippets of
code that the author originally carried around from project to project to ease
the development.
.
A non-exhaustive list of the features provided by kitchen:
* helpers for text and specifically unicode handling i18n support
* a dictionary that treats unicode and str strings as different values
* An helper function to change any non-list value into a single-element list
* Tools to help deal with PEP386 version format
Description-md5: a22452b2d3c05db8b951afa4581d647c
Homepage: https://fedorahosted.org/kitchen/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu