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

Last updated: July 03,2024

1. Install "python311-jsonpickle" package

This guide covers the steps necessary to install python311-jsonpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-jsonpickle

2. Uninstall "python311-jsonpickle" package

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

$ sudo zypper remove python311-jsonpickle

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

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