How to Install and Uninstall ngrep.x86_64 Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "ngrep.x86_64" package

Please follow the step by step instructions below to install ngrep.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install ngrep.x86_64

2. Uninstall "ngrep.x86_64" package

Please follow the instructions below to uninstall ngrep.x86_64 on AlmaLinux 9:

$ sudo dnf remove ngrep.x86_64 $ sudo dnf autoremove

3. Information about the ngrep.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:05:57 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ngrep
Version : 1.47
Release : 8.1.20180101git9b59468.el9
Architecture : x86_64
Size : 43 k
Source : ngrep-1.47-8.1.20180101git9b59468.el9.src.rpm
Repository : epel
Summary : Network layer grep tool
URL : https://github.com/jpr5/ngrep
License : BSD with advertising
Description : ngrep strives to provide most of GNU grep's common features, applying them
: to the network layer. ngrep is a pcap-aware tool that will allow you to
: specify extended regular or hexadecimal expressions to match against data
: payloads of packets. It currently recognizes TCP, UDP, ICMP, IGMP and Raw
: protocols across Ethernet, PPP, SLIP, FDDI, Token Ring, 802.11 and null
: interfaces, and understands bpf filter logic in the same fashion as more
: common packet sniffing tools, such as tcpdump and snoop.