How to Install and Uninstall python2-funcsigs.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python2-funcsigs.noarch" package

Please follow the instructions below to install python2-funcsigs.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python2-funcsigs.noarch" package

This tutorial shows how to uninstall python2-funcsigs.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python2-funcsigs.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:41:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-funcsigs
Version : 1.0.2
Release : 13.module_el8.3.0+478+7570e00c
Architecture : noarch
Size : 31 k
Source : python-funcsigs-1.0.2-13.module_el8.3.0+478+7570e00c.src.rpm
Repository : appstream
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.