How to Install and Uninstall python3-pysaml2.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "python3-pysaml2.noarch" package

In this section, we are going to explain the necessary steps to install python3-pysaml2.noarch on Fedora 34

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

2. Uninstall "python3-pysaml2.noarch" package

Please follow the instructions below to uninstall python3-pysaml2.noarch on Fedora 34:

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

3. Information about the python3-pysaml2.noarch package on Fedora 34

Last metadata expiration check: 2:53:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pysaml2
Version : 6.1.0
Release : 2.fc34
Architecture : noarch
Size : 502 k
Source : python-pysaml2-6.1.0-2.fc34.src.rpm
Repository : fedora
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.