How to Install and Uninstall python3-pysaml2 Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-pysaml2" package

Please follow the guidance below to install python3-pysaml2 on Kali Linux

$ sudo apt update $ sudo apt install python3-pysaml2

2. Uninstall "python3-pysaml2" package

In this section, we are going to explain the necessary steps to uninstall python3-pysaml2 on Kali Linux:

$ sudo apt remove python3-pysaml2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pysaml2 package on Kali Linux

Package: python3-pysaml2
Source: python-pysaml2
Version: 7.2.1-3
Installed-Size: 2379
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-cffi, python3-cffi-backend, python3-cryptography (>= 3.1), python3-dateutil, python3-defusedxml, python3-importlib-resources, python3-mako, python3-memcache, python3-pyasn1, python3-repoze.who, python3-responses, python3-setuptools, python3-six, python3-xmlschema, xmlsec1, python3-openssl, python3-pkg-resources, python3-requests, python3-tz, python3:any
Size: 241140
SHA256: 788fa5e1b6922458bd10115752746e861ed01cb163e776a59ae4e307de677202
SHA1: a7d3dceabae2899beb355ad315cbdb8a3476deb1
MD5sum: f2624f4cf6d04e4bd164db4957176d35
Description: SAML Version 2 to be used in a WSGI environment - Python 3.x
This package provides a Python implementation of SAML Version 2 to be used in
a WSGI environment.
.
From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
of the SAML standard for exchanging authentication and authorization data
between security domains. SAML 2.0 is an XML-based protocol that uses security
tokens containing assertions to pass information about a principal (usually an
end user) between a SAML authority, that is, an identity provider, and a SAML
consumer, that is, a service provider. SAML 2.0 enables web-based
authentication and authorization scenarios including cross-domain single
sign-on (SSO), which helps reduce the administrative overhead of distributing
multiple authentication tokens to the user.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/rohe/pysaml2
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-pysaml2/python3-pysaml2_7.2.1-3_all.deb