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

Last updated: October 09,2024

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

Here is a brief guide to show you how to install python3-zope-hookable.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Here is a brief guide to show you how to uninstall python3-zope-hookable.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ 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 8 (RHEL 8)

Last metadata expiration check: 0:11:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-zope-hookable
Version : 5.1.0
Release : 2.el8
Architecture : x86_64
Size : 23 k
Source : python-zope-hookable-5.1.0-2.el8.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