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

Last updated: May 18,2024

1. Install "python3-jsonpickle" package

This tutorial shows how to install python3-jsonpickle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-jsonpickle

2. Uninstall "python3-jsonpickle" package

This is a short guide on how to uninstall python3-jsonpickle on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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
Depends: python3:any (>= 3.3.2-2~)
Suggests: python3-simplejson, python3-numpy
Filename: pool/universe/j/jsonpickle/python3-jsonpickle_0.9.2-1_all.deb
Size: 22098
MD5sum: 1df46d00698448fa0efb8eedef57f614
SHA1: b3bdbadee7f6c78c77cf9f3618b8f4b640ac21d6
SHA256: 7732a82fe02e97031e3a23198a579528d8c2d0ce0d76c5486f58d6ed4283542f
Description-en: 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: e39a09a2083b554d49fd368169ff773e
Homepage: http://jsonpickle.github.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu