How to Install and Uninstall python2-jsonpickle Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python2-jsonpickle" package

Please follow the guidelines below to install python2-jsonpickle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-jsonpickle

2. Uninstall "python2-jsonpickle" package

Here is a brief guide to show you how to uninstall python2-jsonpickle on openSUSE Leap:

$ sudo zypper remove python2-jsonpickle

3. Information about the python2-jsonpickle package on openSUSE Leap

Information for package python2-jsonpickle:
-------------------------------------------
Repository : Main Repository
Name : python2-jsonpickle
Version : 1.3-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 257,4 KiB
Installed : No
Status : not installed
Source package : python-jsonpickle-1.3-bp153.1.17.src
Summary : Python library for serializing any arbitrary object graph into JSON
Description :
Python library for serializing any arbitrary object graph into JSON.
It can take almost any Python object and turn the object into JSON.
Additionally, it can reconstitute the object back into Python.