How to Install and Uninstall python310-zope.hookable Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python310-zope.hookable" package

In this section, we are going to explain the necessary steps to install python310-zope.hookable on openSuSE Tumbleweed

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

2. Uninstall "python310-zope.hookable" package

Please follow the step by step instructions below to uninstall python310-zope.hookable on openSuSE Tumbleweed:

$ sudo zypper remove python310-zope.hookable

3. Information about the python310-zope.hookable package on openSuSE Tumbleweed

Information for package python310-zope.hookable:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-zope.hookable
Version : 6.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 50.8 KiB
Installed : No
Status : not installed
Source package : python-zope.hookable-6.0-1.2.src
Upstream URL : https://github.com/zopefoundation/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.