How to Install and Uninstall python-funcsigs Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python-funcsigs" package

Please follow the steps below to install python-funcsigs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-funcsigs

2. Uninstall "python-funcsigs" package

Learn how to uninstall python-funcsigs on openSUSE Leap:

$ sudo zypper remove python-funcsigs

3. Information about the python-funcsigs package on openSUSE Leap

Information for package python-funcsigs:
----------------------------------------
Repository : Main Repository
Name : python-funcsigs
Version : 1.0.2-bp153.1.125
Arch : noarch
Vendor : openSUSE
Installed Size : 82,7 KiB
Installed : No
Status : not installed
Source package : python-funcsigs-1.0.2-bp153.1.125.src
Summary : Python function signatures from PEP362
Description :
The funcsigs package is a backport of the PEP 362 function signature
features from Python 3.3's inspect module.