How To Install golang-github-hsiafan-httpdump-devel on Fedora 36

In this tutorial we learn how to install golang-github-hsiafan-httpdump-devel in Fedora 36. golang-github-hsiafan-httpdump-devel is Capture and parse HTTP traffic

Introduction

In this tutorial we learn how to install golang-github-hsiafan-httpdump-devel on Fedora 36.

What is golang-github-hsiafan-httpdump-devel

Capture and parse HTTP traffic. This package contains the source code needed for building packages that reference the following Go import paths – github.com/hsiafan/httpdump

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

Install golang-github-hsiafan-httpdump-devel 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 golang-github-hsiafan-httpdump-devel using dnf by running the following command:

sudo dnf -y install golang-github-hsiafan-httpdump-devel

Install golang-github-hsiafan-httpdump-devel 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 golang-github-hsiafan-httpdump-devel using yum by running the following command:

sudo yum -y install golang-github-hsiafan-httpdump-devel

How To Uninstall golang-github-hsiafan-httpdump-devel on Fedora 36

To uninstall only the golang-github-hsiafan-httpdump-devel package we can use the following command:

sudo dnf remove golang-github-hsiafan-httpdump-devel

golang-github-hsiafan-httpdump-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hsiafan-httpdump-devel
/usr/share/doc/golang-github-hsiafan-httpdump-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hsiafan
/usr/share/gocode/src/github.com/hsiafan/httpdump
/usr/share/gocode/src/github.com/hsiafan/httpdump/.goipath
/usr/share/gocode/src/github.com/hsiafan/httpdump/README.md
/usr/share/gocode/src/github.com/hsiafan/httpdump/config_struct.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/config_struct_test.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/go.mod
/usr/share/gocode/src/github.com/hsiafan/httpdump/http_traffic_handler.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/chunked.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/client.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/cookie.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/doc.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/header.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/jar.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/lex.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/method.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/reader.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/request.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/response.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/server.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/sniff.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/status.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/transfer.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/transport.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/httpport/triv.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/main.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/printer.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/tcp_assembly.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/tcp_assembly_test.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/text_utils.go
/usr/share/gocode/src/github.com/hsiafan/httpdump/text_utils_test.go
/usr/share/licenses/golang-github-hsiafan-httpdump-devel
/usr/share/licenses/golang-github-hsiafan-httpdump-devel/LICENSE

References

Summary

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