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

Last updated: May 17,2024

1. Install "python38-jsonpickle" package

In this section, we are going to explain the necessary steps to install python38-jsonpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-jsonpickle

2. Uninstall "python38-jsonpickle" package

Please follow the guidance below to uninstall python38-jsonpickle on openSuSE Tumbleweed:

$ sudo zypper remove python38-jsonpickle

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

Information for package python38-jsonpickle:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-jsonpickle
Version : 2.0.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 322,9 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.