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

Last updated: May 20,2024

1. Install "python38-cloudpickle" package

Here is a brief guide to show you how to install python38-cloudpickle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cloudpickle

2. Uninstall "python38-cloudpickle" package

This guide let you learn how to uninstall python38-cloudpickle on openSuSE Tumbleweed:

$ sudo zypper remove python38-cloudpickle

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

Information for package python38-cloudpickle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cloudpickle
Version : 1.6.0-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 155,4 KiB
Installed : No
Status : not installed
Source package : python-cloudpickle-1.6.0-3.5.src
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.