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

Last updated: May 15,2024

1. Install "python3-cherrypy3" package

This guide let you learn how to install python3-cherrypy3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cherrypy3

2. Uninstall "python3-cherrypy3" package

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

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

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

Package: python3-cherrypy3
Priority: optional
Section: universe/python
Installed-Size: 1278
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: cherrypy3
Version: 3.5.0-2build1
Depends: python3, python3:any (>= 3.3.2-2~), python3-routes
Filename: pool/universe/c/cherrypy3/python3-cherrypy3_3.5.0-2build1_all.deb
Size: 335156
MD5sum: 3a1f053d75f26009f8f7cd75d9fc20a0
SHA1: 81d84dcbd6b196d5ae25722ef78f31418245bf8a
SHA256: a913892e5614db73eada23fecb7e9fd5cfbcf455e6d25fb40a6ca56b4e2522f5
Description-en: Python 3 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: 71d5a9c30bbab2fe6a3e30d44fe7a076
Homepage: http://www.cherrypy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu