How to Install and Uninstall python311-backcall Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "python311-backcall" package
Please follow the guidelines below to install python311-backcall on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-backcall
Copied
2. Uninstall "python311-backcall" package
In this section, we are going to explain the necessary steps to uninstall python311-backcall on openSuSE Tumbleweed:
$
sudo zypper remove
python311-backcall
Copied
3. Information about the python311-backcall package on openSuSE Tumbleweed
Information for package python311-backcall:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-backcall
Version : 0.2.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 72.2 KiB
Installed : No
Status : not installed
Source package : python-backcall-0.2.0-2.6.src
Upstream URL : https://github.com/takluyver/backcall
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 : python311-backcall
Version : 0.2.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 72.2 KiB
Installed : No
Status : not installed
Source package : python-backcall-0.2.0-2.6.src
Upstream URL : https://github.com/takluyver/backcall
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.