How to Install and Uninstall python3-dill Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "python3-dill" package

Please follow the steps below to install python3-dill on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-dill

2. Uninstall "python3-dill" package

Learn how to uninstall python3-dill on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-dill package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-dill
Priority: optional
Section: universe/python
Installed-Size: 183
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: dill
Version: 0.2.5-1
Depends: python3:any (>= 3.4~), python-ctypeslib (>= 0.0.0+svn20100125)
Suggests: python3-objgraph (>= 1.8.1)
Filename: pool/universe/d/dill/python3-dill_0.2.5-1_all.deb
Size: 40880
MD5sum: d616cff7e273006539a87b90cbac0369
SHA1: 3fa4c1f9eab7d7cf2ed27c0093e8a42f29e6247d
SHA256: 27892ad8a9c2abe045bbf0cb46b5f0b5a7c307aeebf6e48d69c0fd5beb6fb32f
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
Homepage: https://github.com/uqfoundation/dill
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu