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

Last updated: April 27,2024

1. Install "python3-dill" package

Please follow the step by step instructions below to install python3-dill on Kali Linux

$ sudo apt update $ sudo apt install python3-dill

2. Uninstall "python3-dill" package

Please follow the step by step instructions below to uninstall python3-dill on Kali Linux:

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

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

Package: python3-dill
Source: dill
Version: 0.3.8-1
Installed-Size: 387
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python3-objgraph
Size: 81740
SHA256: 413cafee80ed5b07457452ce22f13fe060aaeb6636f14a4645d7083a71d25bbd
SHA1: 4ac02e2b0397f878906e9af19533b8af232ee9b5
MD5sum: 41df9b31a6a92dc536f5f954810b69ed
Description: Serialize all of Python 3 (almost)
Dill extends Python 3's 'pickle' module for serializing and
de-serializing Python 3 objects to the majority of the built-in Python 3 types.
Dill provides the user the same interface as the 'pickle' module, and also
includes some additional features. In addition to pickling Python 3 objects,
dill provides the ability to save the state of an interpreter session in a
single command.
Dill can be used to store Python 3 objects to a file, but the primary usage is
to send Python 3 objects across the network as a byte stream.
Description-md5:
Homepage: https://github.com/uqfoundation/dill
Section: python
Priority: optional
Filename: pool/main/d/dill/python3-dill_0.3.8-1_all.deb