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

Last updated: May 02,2024

1. Install "python-simplegeneric" package

This guide covers the steps necessary to install python-simplegeneric on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-simplegeneric

2. Uninstall "python-simplegeneric" package

This is a short guide on how to uninstall python-simplegeneric on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-simplegeneric
Priority: extra
Section: python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: simplegeneric
Version: 0.8.1-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/main/s/simplegeneric/python-simplegeneric_0.8.1-1_all.deb
Size: 11506
MD5sum: fc5b6db5f33a90082b89507dab83dd20
SHA1: 1f16987458f3dae01bfc0845796004bf81b83038
SHA256: afd060abedd3660bc3c6c3adf10d73572ba7803797f084b39747b7b9c8c48cf1
Description-en: simple generic functions for Python
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.
Description-md5: 7c11e5fff1d97237836650aae1493ff0
Homepage: http://pypi.python.org/pypi/simplegeneric
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y