How to Install and Uninstall derrick.x86_64 Package on Fedora 39

Last updated: October 05,2024

1. Install "derrick.x86_64" package

This guide covers the steps necessary to install derrick.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install derrick.x86_64

2. Uninstall "derrick.x86_64" package

This tutorial shows how to uninstall derrick.x86_64 on Fedora 39:

$ sudo dnf remove derrick.x86_64 $ sudo dnf autoremove

3. Information about the derrick.x86_64 package on Fedora 39

Last metadata expiration check: 0:48:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : derrick
Version : 0.3
Release : 21.fc39
Architecture : x86_64
Size : 21 k
Source : derrick-0.3-21.fc39.src.rpm
Repository : fedora
Summary : A Simple Network Stream Recorder
URL : https://github.com/rieck/derrick
License : BSD
Description : Derrick is a simple tool for recording data streams of TCP and UDP traffic.
: It shares similarities with other network recorders, such as tcpflow and
: wireshark, where it is more advanced than the first and clearly inferior to
: the latter.
:
: Derrick has been specifically designed to monitor application-layer
: communication. In contrast to other tools the application data is logged in
: a line-based ASCII format. Common UNIX tools, such as grep, sed & awk, can
: be directly applied. Even replay of recorded communication is straight
: forward using netcat.
:
: Derrick supports on-the-fly compression and rotation of log files. The
: payloads of TCP sessions are re-assembled using Libnids and can be merged
: or truncated. UDP payloads are logged as-is. Details of lower network
: layers are omitted.