How to Install and Uninstall python310-repoze.who Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python310-repoze.who" package

This tutorial shows how to install python310-repoze.who on openSuSE Tumbleweed

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

2. Uninstall "python310-repoze.who" package

In this section, we are going to explain the necessary steps to uninstall python310-repoze.who on openSuSE Tumbleweed:

$ sudo zypper remove python310-repoze.who

3. Information about the python310-repoze.who package on openSuSE Tumbleweed

Information for package python310-repoze.who:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-repoze.who
Version : 3.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 544.2 KiB
Installed : No
Status : not installed
Source package : python-repoze.who-3.0.0-1.2.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.