How to Install and Uninstall python2-backcall Package on openSUSE Leap
Last updated: November 27,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-backcall" package
Please follow the guidance below to install python2-backcall on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-backcall
Copied
2. Uninstall "python2-backcall" package
This is a short guide on how to uninstall python2-backcall on openSUSE Leap:
$
sudo zypper remove
python2-backcall
Copied
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.
-----------------------------------------
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.