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

Last updated: November 26,2024

1. Install "python2-zope.hookable" package

Please follow the guidance below to install python2-zope.hookable on openSUSE Leap

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

2. Uninstall "python2-zope.hookable" package

Here is a brief guide to show you how to uninstall python2-zope.hookable on openSUSE Leap:

$ sudo zypper remove python2-zope.hookable

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

Information for package python2-zope.hookable:
----------------------------------------------
Repository : Main Repository
Name : python2-zope.hookable
Version : 5.0.1-bp153.1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 47,1 KiB
Installed : No
Status : not installed
Source package : python-zope.hookable-5.0.1-bp153.1.22.src
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.