How to Install and Uninstall kea-hooks.x86_64 Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "kea-hooks.x86_64" package

This guide covers the steps necessary to install kea-hooks.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install kea-hooks.x86_64

2. Uninstall "kea-hooks.x86_64" package

This guide covers the steps necessary to uninstall kea-hooks.x86_64 on CentOS Stream 9:

$ sudo dnf remove kea-hooks.x86_64 $ sudo dnf autoremove

3. Information about the kea-hooks.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:36:15 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : kea-hooks
Version : 2.2.0
Release : 1.el9
Architecture : x86_64
Size : 812 k
Source : kea-2.2.0-1.el9.src.rpm
Repository : epel
Summary : Hooks libraries for kea
URL : http://kea.isc.org
License : MPLv2.0 and Boost
Description : Hooking mechanism allow Kea to load one or more dynamically-linked libraries
: (known as "hooks libraries") and, at various points in its processing
: ("hook points"), call functions in them. Those functions perform whatever
: custom processing is required.