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

Last updated: May 16,2024

1. Install "python3-canonicaljson" package

Here is a brief guide to show you how to install python3-canonicaljson on Kali Linux

$ sudo apt update $ sudo apt install python3-canonicaljson

2. Uninstall "python3-canonicaljson" package

Please follow the step by step instructions below to uninstall python3-canonicaljson on Kali Linux:

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

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

Package: python3-canonicaljson
Source: python-canonicaljson
Version: 2.0.0-3
Installed-Size: 30
Maintainer: Matrix Packaging Team
Architecture: all
Depends: python3:any
Size: 7260
SHA256: b405264bb637d3b0c22c6bc3528c05d780c8f161faef55196c9230e45c14d4db
SHA1: 9f70da69c49295f9c471bdde6ceb18e006611747
MD5sum: bfae159f21a34f051e1999ceeba857b9
Description: canonical JSON implementation for Python 3
Canonical JSON implementation.
.
* Encodes objects and arrays as RFC 7159 JSON.
* Sorts object keys so that you get the same result each time.
* Has no inignificant whitespace to make the output as small as possible.
* Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 /
U+0056, to keep the output as small as possible.
* Uses the shortest escape sequence for each escaped character.
* Encodes the JSON as UTF-8.
* Can be configured to encode custom types unknown to the stdlib JSON encoder.
Description-md5:
Homepage: https://github.com/matrix-org/python-canonicaljson
Section: python
Priority: optional
Filename: pool/main/p/python-canonicaljson/python3-canonicaljson_2.0.0-3_all.deb