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

Last updated: June 13,2024

1. Install "python-cherrypy3" package

Here is a brief guide to show you how to install python-cherrypy3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cherrypy3

2. Uninstall "python-cherrypy3" package

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

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

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

Package: python-cherrypy3
Priority: optional
Section: universe/python
Installed-Size: 23235
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: cherrypy3
Version: 3.5.0-2build1
Provides: python2.7-cherrypy3
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-routes
Conflicts: python-cherrypy
Filename: pool/universe/c/cherrypy3/python-cherrypy3_3.5.0-2build1_all.deb
Size: 1314924
MD5sum: 3e96aca8795d736aabf394525b0d2067
SHA1: 7a92a1e678c56a41ddb1e46ab7ffec9b2aa5a6fe
SHA256: 979e2bfb4d8bac3bfe3e0ea023e40932261ec8612b18bbcde6eb895d83a5cedd
Description-en: Python web development framework - version 3
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.
.
CherryPy is up-to-date with the latest developments on using Python
for web development: it features a bundled WSGI server, and is able
to integrate with other dispatching mechanisms, such as
Routes. CherryPy can be run as a standalone application, since it
provides its own HTTP server; setting it up behind another HTTP
server, such as Apache, or even with mod_python are also options.
.
This version is backwards incompatible with the 2.2 version in some
ways. See http://www.cherrypy.org/wiki/UpgradeTo30.
Description-md5: 10d84de63e31c2843a033a057faf9d79
Homepage: http://www.cherrypy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: edubuntu-desktop-gnome