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

Last updated: July 06,2024

1. Install "python310-backcall" package

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

$ sudo zypper refresh $ sudo zypper install python310-backcall

2. Uninstall "python310-backcall" package

Here is a brief guide to show you how to uninstall python310-backcall on openSuSE Tumbleweed:

$ sudo zypper remove python310-backcall

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

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