How to Install and Uninstall python3-singledispatch.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-singledispatch.noarch" package

Please follow the instructions below to install python3-singledispatch.noarch on Fedora 35

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

2. Uninstall "python3-singledispatch.noarch" package

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

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

3. Information about the python3-singledispatch.noarch package on Fedora 35

Last metadata expiration check: 2:15:37 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-singledispatch
Version : 3.4.0.3
Release : 24.fc35
Architecture : noarch
Size : 22 k
Source : python-singledispatch-3.4.0.3-24.fc35.src.rpm
Repository : fedora
Summary : This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3
URL : http://docs.python.org/3/library/functools.html#functools.singledispatch
License : MIT
Description : PEP 443 proposed to expose a mechanism in the functools standard library
: module in Python 3.4 that provides a simple form of generic programming
: known as single-dispatch generic functions.
:
: This library is a backport of this functionality to Python 2.6 - 3.3.