How to Install and Uninstall pshark.x86_64 Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "pshark.x86_64" package

This guide let you learn how to install pshark.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pshark.x86_64

2. Uninstall "pshark.x86_64" package

Please follow the instructions below to uninstall pshark.x86_64 on Oracle Linux 9:

$ sudo dnf remove pshark.x86_64 $ sudo dnf autoremove

3. Information about the pshark.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:37:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pshark
Version : 0^20240110git1649917
Release : 1.el9
Architecture : x86_64
Size : 1.2 M
Source : golang-github-facebook-time-0^20240110git1649917-1.el9.src.rpm
Repository : epel
Summary : Simple tool to print PTP packets from pcap/pcapng captures
URL : https://github.com/facebook/time
License : Apache-2.0
Description : pshark is a simple tool to read pcap/pcapng captures and parse and print PTP
: packets from there. Allows to test our protocol parser implementation against
: arbitrary tcpdump capture. Also the code shows integration with GoPacket
: library.