How to Install and Uninstall python3-cloudpickle Package on openSUSE Leap

Last updated: April 30,2024

1. Install "python3-cloudpickle" package

In this section, we are going to explain the necessary steps to install python3-cloudpickle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cloudpickle

2. Uninstall "python3-cloudpickle" package

Please follow the instructions below to uninstall python3-cloudpickle on openSUSE Leap:

$ sudo zypper remove python3-cloudpickle

3. Information about the python3-cloudpickle package on openSUSE Leap

Information for package python3-cloudpickle:
--------------------------------------------
Repository : Main Repository
Name : python3-cloudpickle
Version : 1.3.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 184.8 KiB
Installed : No
Status : not installed
Source package : python-cloudpickle-1.3.0-bp155.2.13.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.