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

Last updated: May 19,2024

1. Install "python3-jsonpickle" package

This guide let you learn how to install python3-jsonpickle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jsonpickle

2. Uninstall "python3-jsonpickle" package

Learn how to uninstall python3-jsonpickle on openSUSE Leap:

$ sudo zypper remove python3-jsonpickle

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

Information for package python3-jsonpickle:
-------------------------------------------
Repository : Main Repository
Name : python3-jsonpickle
Version : 1.3-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 296.1 KiB
Installed : No
Status : not installed
Source package : python-jsonpickle-1.3-bp155.2.13.src
Upstream URL : https://github.com/jsonpickle/jsonpickle
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.