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

Last updated: June 09,2024

1. Install "python38-backcall" package

This guide let you learn how to install python38-backcall on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-backcall

2. Uninstall "python38-backcall" package

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

$ sudo zypper remove python38-backcall

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

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