How to Install and Uninstall python2-funcsigs.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python2-funcsigs.noarch" package

Please follow the guidelines below to install python2-funcsigs.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python2-funcsigs.noarch" package

Here is a brief guide to show you how to uninstall python2-funcsigs.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python2-funcsigs.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:27:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-funcsigs
Version : 1.0.2
Release : 13.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 30 k
Source : python-funcsigs-1.0.2-13.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
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.