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

Last updated: May 19,2024

1. Install "python-dill" package

Please follow the step by step instructions below to install python-dill on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dill

2. Uninstall "python-dill" package

Please follow the guidelines below to uninstall python-dill on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-dill
Priority: optional
Section: universe/python
Installed-Size: 186
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: dill
Version: 0.2.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-ctypeslib (>= 0.0.0+svn20100125)
Suggests: python-objgraph (>= 1.8.1)
Filename: pool/universe/d/dill/python-dill_0.2.5-1_all.deb
Size: 43014
MD5sum: 0b491202ea19dc545460264ce99e9774
SHA1: c400037160937816b38e6fca3be86dfa10ffd2f9
SHA256: be713f7f20423fd1bd89f9e4763c17dadc23e2e1507224b6c410f6fcca0d745b
Description-en: Serialize all of Python (almost)
Dill extends Python's 'pickle' module for serializing and de-serializing Python
objects to the majority of the built-in Python types.
Dill provides the user the same interface as the 'pickle' module, and also
includes some additional features. In addition to pickling Python objects,
dill provides the ability to save the state of an interpreter session in a
single command.
Dill can be used to store Python objects to a file, but the primary usage is to
send Python objects across the network as a byte stream.
Description-md5: 9b0e31ae60c739c44bee333fc4e05911
Homepage: https://github.com/uqfoundation/dill
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu