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

Last updated: April 30,2024

1. Install "python-jsonpickle-doc" package

This is a short guide on how to install python-jsonpickle-doc on Kali Linux

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

2. Uninstall "python-jsonpickle-doc" package

Please follow the instructions below to uninstall python-jsonpickle-doc on Kali Linux:

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

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

Package: python-jsonpickle-doc
Source: jsonpickle
Version: 3.0.2+dfsg-1
Installed-Size: 413
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 55472
SHA256: 13f7a7e865203e5987e035e2a5363f9ebd1149fc5a782c03b83fb676c30dae57
SHA1: 0bfee229ed7fb032b49526b327d7994e42380c39
MD5sum: e228ccc00ae7dba65cc4b0ce0168d999
Description: Python library for serializing object graphs into JSON (documentation)
jsonpickle is a Python library for serialization and deserialization of
complex Python objects to and from JSON. The standard Python libraries for
encoding Python into JSON, such as the stdlib’s json, simplejson, and
demjson, can only handle Python primitives that have a direct JSON
equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
top of these libraries and allows more complex data structures to be
serialized to JSON. jsonpickle is highly configurable and
extendable–allowing the user to choose the JSON backend and add additional
backends.
.
This is the documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jsonpickle/jsonpickle
Section: doc
Priority: optional
Filename: pool/main/j/jsonpickle/python-jsonpickle-doc_3.0.2+dfsg-1_all.deb