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

Last updated: May 17,2024

1. Install "python-jsonpickle-doc" package

Please follow the guidance below to install python-jsonpickle-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-jsonpickle-doc" package

Learn how to uninstall python-jsonpickle-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-jsonpickle-doc
Priority: extra
Section: universe/doc
Installed-Size: 233
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: jsonpickle
Version: 0.9.2-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/j/jsonpickle/python-jsonpickle-doc_0.9.2-1_all.deb
Size: 36616
MD5sum: 976aa4b49a49fc0c994f930b965aedce
SHA1: b6e0b27af2eac0753e537c0a944d14ce134b8a50
SHA256: ce89441be92daa77c9df1f2a153ad4794c3a69da83ab335e7a810aeb5c6e6009
Description-en: 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: fc10a25b15ff4977c2611b64a65983cf
Homepage: http://jsonpickle.github.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu