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

Last updated: May 15,2024

1. Install "python3-signedjson" package

This guide covers the steps necessary to install python3-signedjson on Kali Linux

$ sudo apt update $ sudo apt install python3-signedjson

2. Uninstall "python3-signedjson" package

This guide covers the steps necessary to uninstall python3-signedjson on Kali Linux:

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

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

Package: python3-signedjson
Source: python-signedjson
Version: 1.1.4-2
Installed-Size: 38
Maintainer: Matrix Packaging Team
Architecture: all
Depends: python3-canonicaljson (>= 1.0.0), python3-importlib-metadata | python3-supported-min (>= 3.8), python3-nacl (>= 0.3.0), python3-typing-extensions (>= 3.5) | python3-supported-min (>= 3.8), python3-unpaddedbase64 (>= 1.0.1), python3:any
Size: 7600
SHA256: e836356b4bf9a6c0ca07213274caae51e60f5247e9b3fdd6d043c0d8c24d092e
SHA1: 1263924961f33993bf105d1a597bf2b6e50c8d94
MD5sum: 783f262338ae74773864b9cbd5bde1cc
Description: sign JSON with Ed25519 signatures in Python 3
A module to sign JSON objects with ED25519 signatures.
.
* More than one entity can sign the same object.
* Each entity can sign the object with more than one key making it easier to
rotate keys
* ED25519 can be replaced with a different algorithm.
* Unprotected data can be added to the object under the "unsigned" key.
.
This package is for Python 3 only.
Description-md5:
Homepage: https://github.com/matrix-org/python-signedjson
Section: python
Priority: optional
Filename: pool/main/p/python-signedjson/python3-signedjson_1.1.4-2_all.deb