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

Last updated: October 07,2024

1. Install "derrick.x86_64" package

Please follow the guidelines below to install derrick.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install derrick.x86_64

2. Uninstall "derrick.x86_64" package

Please follow the guidelines below to uninstall derrick.x86_64 on Fedora 34:

$ sudo dnf remove derrick.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:44:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : derrick
Version : 0.3
Release : 15.fc34
Architecture : x86_64
Size : 22 k
Source : derrick-0.3-15.fc34.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.