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

Last updated: May 17,2024

1. Install "python39-jsonpickle" package

This is a short guide on how to install python39-jsonpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jsonpickle

2. Uninstall "python39-jsonpickle" package

In this section, we are going to explain the necessary steps to uninstall python39-jsonpickle on openSuSE Tumbleweed:

$ sudo zypper remove python39-jsonpickle

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

Information for package python39-jsonpickle:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jsonpickle
Version : 3.0.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 262.3 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.