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

Last updated: May 10,2024

1. Install "python3-jsonpickle" package

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

$ sudo apt update $ sudo apt install python3-jsonpickle

2. Uninstall "python3-jsonpickle" package

This tutorial shows how to uninstall python3-jsonpickle on Kali Linux:

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

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

Package: python3-jsonpickle
Source: jsonpickle
Version: 3.0.2+dfsg-1
Installed-Size: 162
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any
Suggests: python-jsonpickle-doc, python3-numpy, python3-simplejson
Size: 41520
SHA256: b89211a5c78aeee7a84cb85f539ef67ba5953b9fbeec5fa49032216e8b673d77
SHA1: c07cfdef6bf06b062fbe4918faf37e0f3bcad2b8
MD5sum: 092b65c9c5d048e36115694c3645a200
Description: Python library for serializing object graphs into JSON (Python 3)
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 Python 3 version of the package.
Description-md5:
Homepage: https://github.com/jsonpickle/jsonpickle
Section: python
Priority: optional
Filename: pool/main/j/jsonpickle/python3-jsonpickle_3.0.2+dfsg-1_all.deb