How to Install and Uninstall httpry.x86_64 Package on Oracle Linux 8

Last updated: May 02,2024

1. Install "httpry.x86_64" package

This guide covers the steps necessary to install httpry.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install httpry.x86_64

2. Uninstall "httpry.x86_64" package

Please follow the guidelines below to uninstall httpry.x86_64 on Oracle Linux 8:

$ sudo dnf remove httpry.x86_64 $ sudo dnf autoremove

3. Information about the httpry.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:00:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : httpry
Version : 0.1.8
Release : 1.el8
Architecture : x86_64
Size : 42 k
Source : httpry-0.1.8-1.el8.src.rpm
Repository : epel
Summary : A specialized packet sniffer designed for displaying and logging HTTP traffic
URL : http://dumpsterventures.com/jason/httpry/
License : GPLv2 and BSD
Description : httpry is a specialized packet sniffer designed for displaying and logging
: HTTP traffic. It is not intended to perform analysis itself, but to capture,
: parse, and log the traffic for later analysis. It can be run in real-time
: displaying the traffic as it is parsed, or as a daemon process that logs to
: an output file. It is written to be as lightweight and flexible as possible,
: so that it can be easily adaptable to different applications.