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

Last updated: January 09,2025

1. Install "python3-signature-dispatch.noarch" package

Please follow the guidelines below to install python3-signature-dispatch.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-signature-dispatch.noarch

2. Uninstall "python3-signature-dispatch.noarch" package

Please follow the guidelines below to uninstall python3-signature-dispatch.noarch on Fedora 35:

$ sudo dnf remove python3-signature-dispatch.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:29:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-signature-dispatch
Version : 1.0.0
Release : 2.fc35
Architecture : noarch
Size : 17 k
Source : python-signature-dispatch-1.0.0-2.fc35.src.rpm
Repository : updates
Summary : Overload functions based on their call signature and type annotations
URL : https://github.com/kalekundert/signature_dispatch
License : MIT
Description : This package provides a simple python library for overloading functions based
: on their call signature and type annotations.