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

Last updated: July 01,2024

1. Install "python36-backcall" package

Please follow the steps below to install python36-backcall on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-backcall

2. Uninstall "python36-backcall" package

Please follow the guidelines below to uninstall python36-backcall on openSuSE Tumbleweed:

$ sudo zypper remove python36-backcall

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

Information for package python36-backcall:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-backcall
Version : 0.2.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 73,8 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.