How to Install and Uninstall python3-repoze.who Package on openSUSE Leap

Last updated: November 14,2024

1. Install "python3-repoze.who" package

Please follow the step by step instructions below to install python3-repoze.who on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-repoze.who

2. Uninstall "python3-repoze.who" package

Here is a brief guide to show you how to uninstall python3-repoze.who on openSUSE Leap:

$ sudo zypper remove python3-repoze.who

3. Information about the python3-repoze.who package on openSUSE Leap

Information for package python3-repoze.who:
-------------------------------------------
Repository : Main Repository
Name : python3-repoze.who
Version : 2.3-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 768.3 KiB
Installed : No
Status : not installed
Source package : python-repoze.who-2.3-bp155.2.14.src
Upstream URL : http://www.repoze.org
Summary : Identification and authentication framework for WSGI
Description :
repoze.who is an identification and authentication framework
for arbitrary WSGI applications. repoze.who can be configured
either as WSGI middleware or as an API for use by an application.
repoze.who is inspired by Zope 2's Pluggable Authentication
Service (PAS) (but repoze.who 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.