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

Last updated: May 19,2024

1. Install "python311-cloudpickle" package

Please follow the steps below to install python311-cloudpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-cloudpickle

2. Uninstall "python311-cloudpickle" package

Please follow the guidance below to uninstall python311-cloudpickle on openSuSE Tumbleweed:

$ sudo zypper remove python311-cloudpickle

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

Information for package python311-cloudpickle:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-cloudpickle
Version : 2.2.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 189.9 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.