How to Install and Uninstall python-funcsigs.src Package on Oracle Linux 8

Last updated: November 30,2024

1. Install "python-funcsigs.src" package

This tutorial shows how to install python-funcsigs.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-funcsigs.src

2. Uninstall "python-funcsigs.src" package

Learn how to uninstall python-funcsigs.src on Oracle Linux 8:

$ sudo dnf remove python-funcsigs.src $ sudo dnf autoremove

3. Information about the python-funcsigs.src package on Oracle Linux 8

Last metadata expiration check: 1:56:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-funcsigs
Version : 1.0.2
Release : 13.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 39 k
Source : None
Repository : ol8_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.