How to Install and Uninstall python3-zope.hookable Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python3-zope.hookable" package

Please follow the instructions below to install python3-zope.hookable on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-zope.hookable

2. Uninstall "python3-zope.hookable" package

Please follow the guidelines below to uninstall python3-zope.hookable on openSUSE Leap:

$ sudo zypper remove python3-zope.hookable

3. Information about the python3-zope.hookable package on openSUSE Leap

Information for package python3-zope.hookable:
----------------------------------------------
Repository : Main Repository
Name : python3-zope.hookable
Version : 5.1.0-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 43.9 KiB
Installed : No
Status : not installed
Source package : python-zope.hookable-5.1.0-bp155.2.16.src
Upstream URL : https://www.python.org/pypi/zope.hookable
Summary : Zope hookable
Description :
Hookable object support.
Support the efficient creation of hookable objects, which are callable objects
that are meant to be replaced by other callables, at least optionally.
The idea is you create a function that does some default thing and make it
hookable. Later, someone can modify what it does by calling its sethook method
and changing its implementation. All users of the function, including those
that imported it, will see the change.