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

Last updated: May 19,2024

1. Install "python3-pecan" package

Please follow the instructions below to install python3-pecan on Kali Linux

$ sudo apt update $ sudo apt install python3-pecan

2. Uninstall "python3-pecan" package

Please follow the instructions below to uninstall python3-pecan on Kali Linux:

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

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

Package: python3-pecan
Source: python-pecan
Version: 1.4.2-3
Installed-Size: 610
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-logutils, python3-mako (>= 0.4.0), python3-markupsafe, python3-simplegeneric, python3-singledispatch, python3-six, python3-webob, python3-pkg-resources, python3:any
Suggests: python-pecan-doc
Size: 103236
SHA256: 289ee34187798329b1231be890e05b163a4318a3a4f9f3f05583275d11ea75d3
SHA1: 255cc74f502fd1c0d0e4f413ac53aa07f06dceb8
MD5sum: 1780d1d5ba5fec300d6bd5f0e36547d6
Description: WSGI object-dispatching web framework - Python 3.x
The Pecan Python module is a WSGI object-dispatching web framework designed to
be lean and fast with few dependencies. Pecan comes bundled with a lightweight
WSGI development server based on Python's wsgiref.simpleserver. Pecan
applications also come with an interactive Python shell which can be used to
execute expressions in an environment very similar to the one your application
runs in (using the "pecan shell" command).
.
WSGI is the "Web Server Gateway Interface". It defines a simple and universal
interface between web servers and web applications or frameworks for the
Python programming language.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://pypi.python.org/pypi/pecan
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-pecan/python3-pecan_1.4.2-3_all.deb