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

Last updated: May 17,2024

1. Install "python3-repoze.who" package

This guide let you learn how to install python3-repoze.who on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-repoze.who" package

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

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

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

Package: python3-repoze.who
Priority: optional
Section: universe/python
Installed-Size: 346
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-repoze.who
Version: 2.2-3
Depends: python3-paste, python3-pkg-resources, python3-sphinx, python3-webob, python3-zope.interface, python3:any (>= 3.3.2-2~)
Suggests: libjs-jquery, python3-psycopg2
Filename: pool/universe/p/python-repoze.who/python3-repoze.who_2.2-3_all.deb
Size: 47872
MD5sum: 445643cc5c419db8ee795b3a24d3d529
SHA1: ce9db760780e3c438830cc94b7e8d111d77a76ed
SHA256: 62280b952d385aeeca22203c73bb3bdef5b94d690d29cb946320218539f31ac4
Description-en: ident and auth framework for Python WSGI applications - Python 3.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 3.x module.
Description-md5: 37a5b2310f0147213d9cf73d13abb208
Homepage: http://www.repoze.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu