How to Install and Uninstall python-pecan-doc Package on Kali Linux

Last updated: May 20,2024

1. Install "python-pecan-doc" package

In this section, we are going to explain the necessary steps to install python-pecan-doc on Kali Linux

$ sudo apt update $ sudo apt install python-pecan-doc

2. Uninstall "python-pecan-doc" package

Please follow the step by step instructions below to uninstall python-pecan-doc on Kali Linux:

$ sudo apt remove python-pecan-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pecan-doc package on Kali Linux

Package: python-pecan-doc
Source: python-pecan
Version: 1.4.2-3
Installed-Size: 1127
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 121344
SHA256: 352e3988ad41eee6b762b422864047b5026ecf3dbdc356aac39e70cdd75e7e73
SHA1: 07690a81abe7d376fbe5be715557f3357bd53e72
MD5sum: baa759b8b34b50ef89a255fbed75cfc5
Description: WSGI object-dispatching web framework
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 pecan documentation.
Description-md5:
Homepage: https://pypi.python.org/pypi/pecan
Section: doc
Priority: optional
Filename: pool/main/p/python-pecan/python-pecan-doc_1.4.2-3_all.deb