How to Install and Uninstall python312-backcall Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-backcall" package

Please follow the step by step instructions below to install python312-backcall on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-backcall

2. Uninstall "python312-backcall" package

Please follow the step by step instructions below to uninstall python312-backcall on openSuSE Tumbleweed:

$ sudo zypper remove python312-backcall

3. Information about the python312-backcall package on openSuSE Tumbleweed

Information for package python312-backcall:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-backcall
Version : 0.2.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 69.6 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.