How to Install and Uninstall python-itsdangerous-doc Package on Kali Linux

Last updated: May 02,2024

1. Install "python-itsdangerous-doc" package

This guide let you learn how to install python-itsdangerous-doc on Kali Linux

$ sudo apt update $ sudo apt install python-itsdangerous-doc

2. Uninstall "python-itsdangerous-doc" package

Please follow the steps below to uninstall python-itsdangerous-doc on Kali Linux:

$ sudo apt remove python-itsdangerous-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-itsdangerous-doc package on Kali Linux

Package: python-itsdangerous-doc
Source: python-itsdangerous
Version: 2.1.2-4
Installed-Size: 390
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 68352
SHA256: 3e6c8b04d890c17f66246a191f57759ef25876a19a6c8f94bd207d7fdd8a854f
SHA1: 1941bfbfd824026bf164da26d97c154f5439c472
MD5sum: 1dd64899ebf65fd2af4fbccf6c4d9f14
Description: Various helpers to pass trusted data to untrusted environment - doc
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://itsdangerous.palletsprojects.com/
Section: doc
Priority: optional
Filename: pool/main/p/python-itsdangerous/python-itsdangerous-doc_2.1.2-4_all.deb