How to Install and Uninstall python3-backcall Package on openSUSE Leap

Last updated: September 28,2024

1. Install "python3-backcall" package

Please follow the guidance below to install python3-backcall on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-backcall

2. Uninstall "python3-backcall" package

Please follow the step by step instructions below to uninstall python3-backcall on openSUSE Leap:

$ sudo zypper remove python3-backcall

3. Information about the python3-backcall package on openSUSE Leap

Information for package python3-backcall:
-----------------------------------------
Repository : Main Repository
Name : python3-backcall
Version : 0.1.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 75.7 KiB
Installed : No
Status : not installed
Source package : python-backcall-0.1.0-bp155.2.14.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.