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

Last updated: October 05,2024

1. Install "python-cherrypy" package

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

$ sudo apt update $ sudo apt install python-cherrypy

2. Uninstall "python-cherrypy" package

This is a short guide on how to uninstall python-cherrypy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cherrypy
Priority: optional
Section: universe/python
Installed-Size: 676
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 2.3.0-5
Provides: python2.7-cherrypy
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-cherrypy/python-cherrypy_2.3.0-5_all.deb
Size: 213786
MD5sum: f30668263985412518e9e8084a7ef18a
SHA1: e280857ea6e4811126f0f9b7412fd8fb5f53869d
SHA256: 9b32707babaff59d1d117fba9d85f694a0103943b6d3a7068838b641ce07cc61
Description-en: Python web development framework
CherryPy is a pythonic, object-oriented web development framework. It
provides the foundation over which complex web-based applications can
be written, with little or no knowledge of the underlying
protocols. CherryPy allows developers to build web applications in
much the same way they would build any other object-oriented Python
program. This usually results in smaller source code developed in
less time.
.
This version is backwards incompatible with the 2.0 version, and is
the version used by the Turbo Gears framework. Visit the Turbo Gears
webpage for more: http://www.turbogears.org/
Description-md5: ae0dc2f020dd76f9e3ca9ed1d3e2d2cd
Homepage: http://www.cherrypy.org/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu