How to Install and Uninstall python2-backcall Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-backcall" package

Please follow the guidance below to install python2-backcall on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-backcall

2. Uninstall "python2-backcall" package

This is a short guide on how to uninstall python2-backcall on openSUSE Leap:

$ sudo zypper remove python2-backcall

3. Information about the python2-backcall package on openSUSE Leap

Information for package python2-backcall:
-----------------------------------------
Repository : Main Repository
Name : python2-backcall
Version : 0.1.0-bp153.1.43
Arch : noarch
Vendor : openSUSE
Installed Size : 63,1 KiB
Installed : No
Status : not installed
Source package : python-backcall-0.1.0-bp153.1.43.src
Summary : Specifications for callback functions passed in to an API
Description :
If code lets other people supply callback functions, it is important
to specify the function signature that is being expected, and to
check that functions support that. Adding extra parameters later
would break other peoples code unless one is careful.
backcall provides a way of specifying the callback signature using a
prototype function.