How to Install and Uninstall python3-cherrypy3 Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-cherrypy3" package

Please follow the guidelines below to install python3-cherrypy3 on Kali Linux

$ sudo apt update $ sudo apt install python3-cherrypy3

2. Uninstall "python3-cherrypy3" package

In this section, we are going to explain the necessary steps to uninstall python3-cherrypy3 on Kali Linux:

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

3. Information about the python3-cherrypy3 package on Kali Linux

Package: python3-cherrypy3
Source: cherrypy3
Version: 18.9.0-2
Installed-Size: 1044
Maintainer: Debian Python Team
Architecture: all
Depends: python3-cheroot, python3-jaraco.collections, python3-more-itertools, python3-portend, python3-zc.lockfile, python3:any
Recommends: python3-openssl, python3-routes, python3-simplejson
Suggests: python3-objgraph
Size: 216432
SHA256: 081ee95a153e8db83b77b4363a07047233d85603627d8f70802978ac388265f9
SHA1: bcd728d3c59c258a6b8311f54747bfe4d580d926
MD5sum: d1cfff20a16db5ba752ce2299b954b9f
Description: Python web development framework - Python 3 module
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 package contains the Python 3 module cherrypy.
Description-md5:
Multi-Arch: foreign
Homepage: https://cherrypy.dev/
Section: python
Priority: optional
Filename: pool/main/c/cherrypy3/python3-cherrypy3_18.9.0-2_all.deb