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

Last updated: May 20,2024

1. Install "python-repoze.who" package

This guide covers the steps necessary to install python-repoze.who on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-repoze.who

2. Uninstall "python-repoze.who" package

This is a short guide on how to uninstall python-repoze.who on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-repoze.who $ sudo apt autoclean && sudo apt autoremove

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

Package: python-repoze.who
Priority: optional
Section: universe/python
Installed-Size: 351
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 2.2-3
Depends: python-paste, python-pkg-resources, python-sphinx, python-webob, python-zope.interface, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: libjs-jquery, python-psycopg2
Filename: pool/universe/p/python-repoze.who/python-repoze.who_2.2-3_all.deb
Size: 48318
MD5sum: 840c615b9e73b5b89af17dcd7aa5fa8e
SHA1: f9aaf36808b0960ddd8ec7948d394a3080aa7f33
SHA256: bdef3fa0780c718668e6dc4985b28b96bedc7b36056fa596cb334eb12beef225
Description-en: ident and auth framework for Python WSGI applications - Python 2.x
repoze.who is an identification and authentication framework for
arbitrary Python WSGI applications; it acts as WSGI middleware.
.
repoze.who is inspired by Zope 2's Pluggable Authentication Service
(PAS), but is not dependent on Zope in any way; it is useful for any
WSGI application.
.
It provides no facility for authorization (ensuring whether a user
can or cannot perform the operation implied by the request). This is
considered to be the domain of the WSGI application.
.
This package contains the Python 2.x module.
Description-md5: 910404c0cd48dea7de16d949e5a2bf87
Homepage: http://www.repoze.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu