How to Install and Uninstall python-jsonpickle Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 12,2024

1. Install "python-jsonpickle" package

This guide covers the steps necessary to install python-jsonpickle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-jsonpickle

2. Uninstall "python-jsonpickle" package

Please follow the guidelines below to uninstall python-jsonpickle on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-jsonpickle package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-jsonpickle
Priority: optional
Section: universe/python
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: jsonpickle
Version: 0.9.2-1
Provides: python2.7-jsonpickle
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-simplejson, python-numpy
Filename: pool/universe/j/jsonpickle/python-jsonpickle_0.9.2-1_all.deb
Size: 22024
MD5sum: 1b4fda37ced6754aa2974357f8b9d4b6
SHA1: ff676d69505628751350fe23ce306e187a532c6d
SHA256: 14c1c145c682b929397e899a74f19b180e262303a78365ff0d4d9a369762678e
Description-en: Python library for serializing object graphs into JSON (Python 2)
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 2 version of the package.
Description-md5: 58ab3ef9a7dfc848d34edc2d8c92852a
Homepage: http://jsonpickle.github.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu