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

Last updated: January 08,2025

1. Install "python2-funcsigs.noarch" package

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

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

2. Uninstall "python2-funcsigs.noarch" package

Please follow the guidance below to uninstall python2-funcsigs.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:29:49 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python2-funcsigs
Version : 1.0.2
Release : 13.module_el8.6.0+2781+fed64c13
Architecture : noarch
Size : 29 k
Source : python-funcsigs-1.0.2-13.module_el8.6.0+2781+fed64c13.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.