How to Install and Uninstall python3-dill Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "python3-dill" package

Here is a brief guide to show you how to install python3-dill on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-dill

2. Uninstall "python3-dill" package

This guide covers the steps necessary to uninstall python3-dill on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-dill package on Ubuntu 21.10 (Impish Indri)

Package: python3-dill
Architecture: all
Version: 0.3.3-1
Priority: optional
Section: universe/python
Source: dill
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 270
Depends: python3:any
Suggests: python3-objgraph
Filename: pool/universe/d/dill/python3-dill_0.3.3-1_all.deb
Size: 57104
MD5sum: 3a79a391fb85fd527b14153d9e851f9c
SHA1: e7fdd23aed2a0a01529ef649824d878042c9f7b3
SHA256: c1f1812342b1701032fecafb1630cb8f3ce6233461ac7389fe2921cb5a146e54
SHA512: e1cd4f5c1f9b492e1edc9cce2ed7773300f2a1d877502010edff0c22b4bbf0ff27142b982fcfaa516c9e93bd550160e75c944b05336c37ad02c990a157e13bb2
Homepage: https://github.com/uqfoundation/dill
Description-en: 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: 2d9c5f0002e5b56dddd6ade65a4e9a06