How to Install and Uninstall python3-zope-hookable.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

This guide covers the steps necessary to install python3-zope-hookable.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the instructions below to uninstall python3-zope-hookable.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-zope-hookable.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:59:12 ago on Mon Feb 26 07:04:30 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