How to Install and Uninstall python3-simplegeneric.noarch Package on CentOS 8 / RHEL 8
Last updated: November 02,2024
1. Install "python3-simplegeneric.noarch" package
Please follow the instructions below to install python3-simplegeneric.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-simplegeneric.noarch
Copied
2. Uninstall "python3-simplegeneric.noarch" package
Please follow the instructions below to uninstall python3-simplegeneric.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-simplegeneric.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-simplegeneric.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:05:50 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-simplegeneric
Version : 0.8.1
Release : 17.el8
Architecture : noarch
Size : 19 k
Source : python-simplegeneric-0.8.1-17.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-simplegeneric
Version : 0.8.1
Release : 17.el8
Architecture : noarch
Size : 19 k
Source : python-simplegeneric-0.8.1-17.el8.src.rpm
Repository : epel
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.