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

Last updated: October 05,2024

1. Install "python3-funcsigs.noarch" package

Learn how to install python3-funcsigs.noarch on Fedora 36

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

2. Uninstall "python3-funcsigs.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-funcsigs.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:23:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-funcsigs
Version : 1.0.2
Release : 26.fc36
Architecture : noarch
Size : 28 k
Source : python-funcsigs-1.0.2-26.fc36.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.