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

Last updated: May 18,2024

1. Install "python36-jsonpickle" package

This tutorial shows how to install python36-jsonpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-jsonpickle

2. Uninstall "python36-jsonpickle" package

Please follow the guidelines below to uninstall python36-jsonpickle on openSuSE Tumbleweed:

$ sudo zypper remove python36-jsonpickle

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

Information for package python36-jsonpickle:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-jsonpickle
Version : 2.0.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 322,4 KiB
Installed : No
Status : not installed
Source package : python-jsonpickle-2.0.0-1.5.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.