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

Last updated: May 15,2024

1. Install "python3-singledispatch" package

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

$ sudo apt update $ sudo apt install python3-singledispatch

2. Uninstall "python3-singledispatch" package

Please follow the step by step instructions below to uninstall python3-singledispatch on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-singledispatch
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: singledispatch
Version: 3.4.0.3-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/singledispatch/python3-singledispatch_3.4.0.3-2_all.deb
Size: 7022
MD5sum: f6fabc36337e955cfc833febc2b85947
SHA1: 9578bb7df73b13c405c80bc6c239015ad7efb715
SHA256: e30a38bf2a3fd977c185425fb49496dc051ddbbdd7f83301e0f5d26323f83940
Description-en: single-dispatch generic functions for Python
PEP 443 proposed to expose a mechanism in the functools standard library
module in Python 3.4 that provides a simple form of generic programming known
as single-dispatch generic functions.
.
This library is a backport of this functionality to Python 2.6 - 3.3.
.
This is the Python 3 version of the library.
Description-md5: be9e7668912a2681e5865b1c87c88aa3
Homepage: http://docs.python.org/3/library/functools.html#functools.singledispatch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu