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

Last updated: October 09,2024

1. Install "python3-funcsigs.noarch" package

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

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

2. Uninstall "python3-funcsigs.noarch" package

Please follow the step by step instructions below to uninstall python3-funcsigs.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:45:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-funcsigs
Version : 1.0.2
Release : 25.fc35
Architecture : noarch
Size : 28 k
Source : python-funcsigs-1.0.2-25.fc35.src.rpm
Repository : fedora
Summary : Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
URL : https://github.com/testing-cabal/funcsigs?
License : ASL 2.0
Description : funcsigs is a backport of the PEP 362 function signature features from
: Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7
: as well as 3.2 and up.