How to Install and Uninstall python312-cloudpickle Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python312-cloudpickle" package

Please follow the instructions below to install python312-cloudpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-cloudpickle

2. Uninstall "python312-cloudpickle" package

This guide covers the steps necessary to uninstall python312-cloudpickle on openSuSE Tumbleweed:

$ sudo zypper remove python312-cloudpickle

3. Information about the python312-cloudpickle package on openSuSE Tumbleweed

Information for package python312-cloudpickle:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cloudpickle
Version : 2.2.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 184.1 KiB
Installed : No
Status : not installed
Source package : python-cloudpickle-2.2.1-2.4.src
Upstream URL : https://github.com/cloudpipe/cloudpickle
Summary : Extended pickling support for Python objects
Description :
The cloudpickle package makes it possible to serialize Python constructs
not supported by the default pickle module from the Python standard
library.
cloudpickle is especially useful for cluster computing where Python
expressions are shipped over the network to execute on remote hosts,
possibly close to the data.
Among other things, cloudpickle supports pickling for lambda expressions,
functions and classes defined interactively in the __main__ module.