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

Last updated: September 28,2024

1. Install "python2-funcsigs.noarch" package

This tutorial shows how to install python2-funcsigs.noarch on CentOS Stream 8

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

2. Uninstall "python2-funcsigs.noarch" package

Please follow the steps below to uninstall python2-funcsigs.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 3:03:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-funcsigs
Version : 1.0.2
Release : 13.module_el8+570+db61b4f9
Architecture : noarch
Size : 30 k
Source : python-funcsigs-1.0.2-13.module_el8+570+db61b4f9.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.