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

Last updated: October 07,2024

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

Please follow the instructions below to install python3-zope-hookable.x86_64 on Rocky Linux 9

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

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

Please follow the step by step instructions below to uninstall python3-zope-hookable.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 1:46:37 ago on Fri Feb 16 06:49:52 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