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

Last updated: May 18,2024

1. Install "python3-simplegeneric" package

This tutorial shows how to install python3-simplegeneric on Kali Linux

$ sudo apt update $ sudo apt install python3-simplegeneric

2. Uninstall "python3-simplegeneric" package

This tutorial shows how to uninstall python3-simplegeneric on Kali Linux:

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

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

Package: python3-simplegeneric
Source: simplegeneric
Version: 0.8.1-5
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10920
SHA256: e8d39b2748cb3f99aaea56e1ff0c2116cc3a1bbe4539be72c9b5b6f3442cc815
SHA1: 37f0eaeb754d7c175d43a4d54e4632e719026b57
MD5sum: 10c23132785daab24b4e891c832d54ff
Description: simple generic functions for Python3
The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter() and
so on. However, instead of using specially-named methods, these generic
functions use simple lookup tables, akin to those used by e.g. pickle.dump()
and other generic functions found in the Python standard library.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://pypi.python.org/pypi/simplegeneric
Section: python
Priority: optional
Filename: pool/main/s/simplegeneric/python3-simplegeneric_0.8.1-5_all.deb