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

Last updated: May 15,2024

1. Install "python3-singledispatch" package

Learn how to install python3-singledispatch on Kali Linux

$ sudo apt update $ sudo apt install python3-singledispatch

2. Uninstall "python3-singledispatch" package

Please follow the guidelines below to uninstall python3-singledispatch on Kali Linux:

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

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

Package: python3-singledispatch
Source: singledispatch
Version: 3.4.0.3-4
Installed-Size: 29
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 7428
SHA256: 72066bb01693248935a354ba61950758896106236dac082604e68bdbe988548b
SHA1: 509c9665e5a8f852aff8ee251b2c19985b04519b
MD5sum: f44c06efff20decf7f6ace3b36323477
Description: 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:
Homepage: https://docs.python.org/3/library/functools.html#functools.singledispatch
Section: python
Priority: optional
Filename: pool/main/s/singledispatch/python3-singledispatch_3.4.0.3-4_all.deb