How to Install and Uninstall python3-pysaml2.noarch Package on CentOS Stream 8

Last updated: June 28,2024

1. Install "python3-pysaml2.noarch" package

Please follow the guidance below to install python3-pysaml2.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-pysaml2.noarch

2. Uninstall "python3-pysaml2.noarch" package

Here is a brief guide to show you how to uninstall python3-pysaml2.noarch on CentOS Stream 8:

$ sudo dnf remove python3-pysaml2.noarch $ sudo dnf autoremove

3. Information about the python3-pysaml2.noarch package on CentOS Stream 8

Last metadata expiration check: 3:54:52 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pysaml2
Version : 6.1.0
Release : 4.el8
Architecture : noarch
Size : 541 k
Source : python-pysaml2-6.1.0-4.el8.src.rpm
Repository : epel
Summary : Python implementation of SAML Version 2
URL : https://github.com/IdentityPython/pysaml2
License : ASL 2.0
Description : PySAML2 is a pure python implementation of SAML2. It contains all
: necessary pieces for building a SAML2 service provider or an identity
: provider. The distribution contains examples of both. Originally
: written to work in a WSGI environment there are extensions that allow
: you to use it with other frameworks.