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

Last updated: July 03,2024

1. Install "pcapdiff.noarch" package

Please follow the guidance below to install pcapdiff.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install pcapdiff.noarch

2. Uninstall "pcapdiff.noarch" package

Please follow the guidance below to uninstall pcapdiff.noarch on Fedora 35:

$ sudo dnf remove pcapdiff.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:17:03 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : pcapdiff
Version : 0.1
Release : 30.fc35
Architecture : noarch
Size : 31 k
Source : pcapdiff-0.1-30.fc35.src.rpm
Repository : fedora
Summary : Compares packet captures, detects forged, dropped or mangled packets
URL : http://www.eff.org/testyourisp/pcapdiff/
License : GPLv2+ and GPLv3+
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.