How to Install and Uninstall python3-cloudpickle Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-cloudpickle" package

This is a short guide on how to install python3-cloudpickle on Kali Linux

$ sudo apt update $ sudo apt install python3-cloudpickle

2. Uninstall "python3-cloudpickle" package

Please follow the instructions below to uninstall python3-cloudpickle on Kali Linux:

$ sudo apt remove python3-cloudpickle $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cloudpickle package on Kali Linux

Package: python3-cloudpickle
Source: cloudpickle
Version: 3.0.0-2
Installed-Size: 89
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 25448
SHA256: d684c354eb34b2b351dcb416a7d0266d8e6b73e680a8cee03f584f91d512602e
SHA1: 3dc205802d32e5172f7d4379cb0255335a17868c
MD5sum: c4a92476566de68095e6e8e59cd3feb0
Description: Extended pickling support for Python 3 objects
cloudpickle 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.
.
This contains the Python 3 version.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/cloudpipe/cloudpickle
Section: python
Priority: optional
Filename: pool/main/c/cloudpickle/python3-cloudpickle_3.0.0-2_all.deb