How to Install and Uninstall python3-repoze-who.noarch Package on Oracle Linux 9

Last updated: September 25,2024

1. Install "python3-repoze-who.noarch" package

This guide covers the steps necessary to install python3-repoze-who.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-repoze-who.noarch

2. Uninstall "python3-repoze-who.noarch" package

Here is a brief guide to show you how to uninstall python3-repoze-who.noarch on Oracle Linux 9:

$ sudo dnf remove python3-repoze-who.noarch $ sudo dnf autoremove

3. Information about the python3-repoze-who.noarch package on Oracle Linux 9

Last metadata expiration check: 0:43:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-repoze-who
Version : 2.4.1
Release : 4.el9
Architecture : noarch
Size : 128 k
Source : python-repoze-who-2.4.1-4.el9.src.rpm
Repository : epel
Summary : An identification and authentication framework for WSGI
URL : https://pypi.python.org/pypi/repoze.who
License : BSD
Description : repoze.who is an identification and authentication framework for arbitrary WSGI
: applications. It acts as WSGI middleware.
:
: 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.