How to Install and Uninstall python310-jsonpickle Package on openSuSE Tumbleweed

Last updated: June 27,2024

1. Install "python310-jsonpickle" package

Please follow the guidance below to install python310-jsonpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-jsonpickle

2. Uninstall "python310-jsonpickle" package

This is a short guide on how to uninstall python310-jsonpickle on openSuSE Tumbleweed:

$ sudo zypper remove python310-jsonpickle

3. Information about the python310-jsonpickle package on openSuSE Tumbleweed

Information for package python310-jsonpickle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-jsonpickle
Version : 3.0.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 261.9 KiB
Installed : No
Status : not installed
Source package : python-jsonpickle-3.0.2-2.2.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.