How to Install and Uninstall python3-zope-hookable.x86_64 Package on Oracle Linux 9

Last updated: June 18,2024

1. Install "python3-zope-hookable.x86_64" package

Learn how to install python3-zope-hookable.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-zope-hookable.x86_64

2. Uninstall "python3-zope-hookable.x86_64" package

Please follow the guidance below to uninstall python3-zope-hookable.x86_64 on Oracle Linux 9:

$ sudo dnf remove python3-zope-hookable.x86_64 $ sudo dnf autoremove

3. Information about the python3-zope-hookable.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:55:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-zope-hookable
Version : 5.1.0
Release : 1.el9
Architecture : x86_64
Size : 22 k
Source : python-zope-hookable-5.1.0-1.el9.src.rpm
Repository : epel
Summary : Efficient creation of hookable objects
URL : https://pypi.python.org/pypi/zope.hookable
License : ZPL-2.1
Description : This package supports the efficient creation of “hookable” objects, which
: are callable objects that are meant to be optionally replaced.
:
: The idea is that 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.
:
: Documentation is hosted at https://zopehookable.readthedocs.io