How to Install and Uninstall python3-zope-hookable.x86_64 Package on Fedora 35

Last updated: January 11,2025

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

This guide covers the steps necessary to install python3-zope-hookable.x86_64 on Fedora 35

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

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

This tutorial shows how to uninstall python3-zope-hookable.x86_64 on Fedora 35:

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

3. Information about the python3-zope-hookable.x86_64 package on Fedora 35

Last metadata expiration check: 0:20:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-zope-hookable
Version : 5.1.0
Release : 1.fc35
Architecture : x86_64
Size : 22 k
Source : python-zope-hookable-5.1.0-1.fc35.src.rpm
Repository : updates
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