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

Last updated: July 04,2024

1. Install "python3-pecan" package

This guide covers the steps necessary to install python3-pecan on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pecan

2. Uninstall "python3-pecan" package

This tutorial shows how to uninstall python3-pecan on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pecan
Priority: optional
Section: universe/python
Installed-Size: 609
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-pecan
Version: 1.0.2-2ubuntu1
Depends: python3-logutils, python3-mako (>= 0.4.0), python3-markupsafe, python3-simplegeneric, python3-singledispatch, python3-six, python3-webob, python3-webtest, python3.5:any, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-pecan/python3-pecan_1.0.2-2ubuntu1_all.deb
Size: 86020
MD5sum: de2f444e0cc0bd83e5a6658b9619ea2d
SHA1: d0aac2d15f71f2b78c1752a208efecc5a27b9710
SHA256: 294e2ae36c5db866a47cb9f80d44049d17f70e88c658cd14a4bb678ee59f852f
Description-en: 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: e89a9f7f27ab61b4381a9f6b3564e398
Homepage: http://pypi.python.org/pypi/pecan
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu