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

Last updated: November 23,2024

1. Install "python-pecan" package

This tutorial shows how to install python-pecan on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pecan

2. Uninstall "python-pecan" package

In this section, we are going to explain the necessary steps to uninstall python-pecan on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pecan
Priority: optional
Section: python
Installed-Size: 610
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.0.2-2ubuntu1
Depends: python-logutils, python-mako (>= 0.4.0), python-markupsafe, python-simplegeneric, python-singledispatch, python-six, python-webob, python-webtest, python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-pecan/python-pecan_1.0.2-2ubuntu1_all.deb
Size: 85980
MD5sum: c339e4bac4c126fe3f6d28d74010ae2d
SHA1: b3c647d48aabd3f82f5883d67fe76f3596f55624
SHA256: d7dc770d6df2d80f741dbdd5fcb5f926fc8062f08475c0078b9ebce4617bb228
Description-en: WSGI object-dispatching web framework - Python 2.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 2.x module.
Description-md5: 16b99209ce45b3e02002d82e2233f36d
Homepage: http://pypi.python.org/pypi/pecan
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y