How to Install and Uninstall python38-backcall Package on openSuSE Tumbleweed
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-backcall" package
This guide let you learn how to install python38-backcall on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-backcall
Copied
2. Uninstall "python38-backcall" package
Please follow the step by step instructions below to uninstall python38-backcall on openSuSE Tumbleweed:
$
sudo zypper remove
python38-backcall
Copied
3. Information about the python38-backcall package on openSuSE Tumbleweed
Information for package python38-backcall:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-backcall
Version : 0.2.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 74,1 KiB
Installed : No
Status : not installed
Source package : python-backcall-0.2.0-1.6.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 : openSUSE-Tumbleweed-Oss
Name : python38-backcall
Version : 0.2.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 74,1 KiB
Installed : No
Status : not installed
Source package : python-backcall-0.2.0-1.6.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.