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

Last updated: May 17,2024

1. Install "python3-itsdangerous" package

Please follow the instructions below to install python3-itsdangerous on Kali Linux

$ sudo apt update $ sudo apt install python3-itsdangerous

2. Uninstall "python3-itsdangerous" package

This is a short guide on how to uninstall python3-itsdangerous on Kali Linux:

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

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

Package: python3-itsdangerous
Source: python-itsdangerous
Version: 2.1.2-4
Installed-Size: 66
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: python3-simplejson
Size: 17132
SHA256: 0e836e19364e09e17611f7b8f0138916943a77bf8fe39f0195707899e444fae2
SHA1: 48532d1cf1b39e9516241ab9c871cf7611ccd2a6
MD5sum: cfd5acefe62417eaed83f2c4d49944b4
Description: Various helpers to pass trusted data to untrusted environment - Python 3.x
itsdangerous provides a module that is a port of the django signing
module. It's not directly copied but some changes were applied to
make it work better on its own.
.
itsdangerous allows web applications to use a key only it knows to
cryptographically sign data and hand it over to someone else (e.g. a
user). When it gets the data back it can easily ensure that nobody
tampered with it.
.
This package provides the itsdangerous Python module for Python 3.x.
Description-md5:
Homepage: https://itsdangerous.palletsprojects.com/
Section: python
Priority: optional
Filename: pool/main/p/python-itsdangerous/python3-itsdangerous_2.1.2-4_all.deb