How to Install and Uninstall pcapdiff.noarch Package on Fedora 39

Last updated: October 07,2024

1. Install "pcapdiff.noarch" package

This tutorial shows how to install pcapdiff.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install pcapdiff.noarch

2. Uninstall "pcapdiff.noarch" package

Please follow the guidelines below to uninstall pcapdiff.noarch on Fedora 39:

$ sudo dnf remove pcapdiff.noarch $ sudo dnf autoremove

3. Information about the pcapdiff.noarch package on Fedora 39

Last metadata expiration check: 4:46:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : pcapdiff
Version : 0.1
Release : 35.fc39
Architecture : noarch
Size : 32 k
Source : pcapdiff-0.1-35.fc39.src.rpm
Repository : fedora
Summary : Compares packet captures, detects forged, dropped or mangled packets
URL : http://www.eff.org/testyourisp/pcapdiff/
License : GPL-2.0-or-later AND GPL-3.0-or-later
Description : Pcapdiff is a tool developed by the EFF to compare two packet captures and
: identify potentially forged, dropped, or mangled packets. Two technically-
: inclined friends can set up packet captures (e.g. tcpdump or Wireshark) on
: their own computers and produce network traffic between their two computers
: over the Internet. Later, they can run pcapdiff on the two packet capture
: files to identify suspicious packets for further investigation. See
: Detecting packet injection: a guide to observing packet spoofing by ISPs
: and EFF's Test Your ISP Project for more background.