How To Install httpdump on Fedora 36

In this tutorial we learn how to install httpdump in Fedora 36. httpdump is Capture and parse HTTP traffic

Introduction

In this tutorial we learn how to install httpdump on Fedora 36.

What is httpdump

Capture and parse HTTP traffic.

We can use yum or dnf to install httpdump on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install httpdump.

Install httpdump on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install httpdump using dnf by running the following command:

sudo dnf -y install httpdump

Install httpdump on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install httpdump using yum by running the following command:

sudo yum -y install httpdump

How To Uninstall httpdump on Fedora 36

To uninstall only the httpdump package we can use the following command:

sudo dnf remove httpdump

httpdump Package Contents on Fedora 36

/usr/bin/httpdump
/usr/bin/httpport
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/3f4915c645f56a24c75d0963f6adbdbdf76e34
/usr/share/doc/httpdump
/usr/share/doc/httpdump/README.md
/usr/share/licenses/httpdump
/usr/share/licenses/httpdump/LICENSE

References

Summary

In this tutorial we learn how to install httpdump on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).