How to Install and Uninstall knock-server.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "knock-server.x86_64" package

In this section, we are going to explain the necessary steps to install knock-server.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install knock-server.x86_64

2. Uninstall "knock-server.x86_64" package

In this section, we are going to explain the necessary steps to uninstall knock-server.x86_64 on Oracle Linux 9:

$ sudo dnf remove knock-server.x86_64 $ sudo dnf autoremove

3. Information about the knock-server.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:36:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : knock-server
Version : 0.8
Release : 2.el9
Architecture : x86_64
Size : 42 k
Source : knock-0.8-2.el9.src.rpm
Repository : epel
Summary : A port-knocking server/client
URL : http://www.zeroflux.org/projects/knock
License : GPLv2+
Description : Knock is a port-knocking server/client. Port-knocking is a method where a
: server can sniff one of its interfaces for a special "knock" sequence of
: port-hits. When detected, it will run a specified event bound to that port
: knock sequence. These port-hits need not be on open ports, since we use
: libpcap to sniff the raw interface traffic. This package contains the
: knockd server.