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

Last updated: May 17,2024

1. Install "python3-simplegeneric" package

This is a short guide on how to install python3-simplegeneric on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-simplegeneric

2. Uninstall "python3-simplegeneric" package

Please follow the guidance below to uninstall python3-simplegeneric on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-simplegeneric
Priority: optional
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: simplegeneric
Version: 0.8.1-1
Depends: python3 (>= 3.1.3-13~)
Filename: pool/universe/s/simplegeneric/python3-simplegeneric_0.8.1-1_all.deb
Size: 11452
MD5sum: 0405a298288c5ef27c199a88de38288d
SHA1: 688c84a10f0f389a6161b48e6d8667c3e8848d24
SHA256: 146496b0b610cc6f95dba02aac7bcc626d8511042be3df5f8b57a507988e4cdd
Description-en: 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: 1aa3e4db49ded29787a5532d32398159
Homepage: http://pypi.python.org/pypi/simplegeneric
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu