How to Install and Uninstall python3-simplegeneric.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "python3-simplegeneric.noarch" package

Please follow the instructions below to install python3-simplegeneric.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-simplegeneric.noarch

2. Uninstall "python3-simplegeneric.noarch" package

Here is a brief guide to show you how to uninstall python3-simplegeneric.noarch on Fedora 34:

$ sudo dnf remove python3-simplegeneric.noarch $ sudo dnf autoremove

3. Information about the python3-simplegeneric.noarch package on Fedora 34

Last metadata expiration check: 2:03:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-simplegeneric
Version : 0.8.1
Release : 21.fc34
Architecture : noarch
Size : 16 k
Source : python-simplegeneric-0.8.1-21.fc34.src.rpm
Repository : fedora
Summary : Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
URL : https://pypi.org/project/simplegeneric/
License : Python or ZPLv2.1
Description : 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.