How to Install and Uninstall httpry Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "httpry" package

This is a short guide on how to install httpry on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install httpry

2. Uninstall "httpry" package

In this section, we are going to explain the necessary steps to uninstall httpry on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove httpry $ sudo apt autoclean && sudo apt autoremove

3. Information about the httpry package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: httpry
Priority: optional
Section: universe/net
Installed-Size: 103
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: amd64
Version: 0.1.7-3
Depends: libc6 (>= 2.14), libpcap0.8 (>= 0.9.8)
Suggests: httpry-daemon, httpry-tools
Filename: pool/universe/h/httpry/httpry_0.1.7-3_amd64.deb
Size: 32624
MD5sum: 40d5ae616fc87160da2d556a09e5b0e6
SHA1: 965da95b0154c67290238eb3e20acd82b5520825
SHA256: 639196693ae923ccc2cbbd609f8eee6422903e5f11999f049dbf178ae45bfc98
Description-en: HTTP logging and information retrieval tool
httpry is a tool designed for displaying and logging HTTP traffic. It is not
intended to perform analysis itself, but instead to capture, parse and/or
log the traffic for later analysis. It can be run in real-time displaying
the live traffic on the wire, 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. It does not display
the raw HTTP data transferred, but instead focuses on parsing and displaying
the request/response line along with associated header fields.
.
This package contains the httpry executable. Package httpry-daemon contains
required init script for running httpry as a daemon. Scripts for parsing
log files are provided by httpry-tools.
Description-md5: 33636b7f430c389ab37a3866f20e2fb6
Homepage: http://dumpsterventures.com/jason/httpry/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu