How To Install golang-github-projectdiscovery-rawhttp-devel on Fedora 36

In this tutorial we learn how to install golang-github-projectdiscovery-rawhttp-devel in Fedora 36. golang-github-projectdiscovery-rawhttp-devel is Raw HTTP client in Go

Introduction

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

What is golang-github-projectdiscovery-rawhttp-devel

Raw HTTP client in Go for complete request control and customization. This package contains the source code needed for building packages that reference the following Go import paths – github.com/projectdiscovery/rawhttp

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

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

sudo dnf -y install golang-github-projectdiscovery-rawhttp-devel

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

sudo yum -y install golang-github-projectdiscovery-rawhttp-devel

How To Uninstall golang-github-projectdiscovery-rawhttp-devel on Fedora 36

To uninstall only the golang-github-projectdiscovery-rawhttp-devel package we can use the following command:

sudo dnf remove golang-github-projectdiscovery-rawhttp-devel

golang-github-projectdiscovery-rawhttp-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel
/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel/README.md
/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel/example
/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel/example/client
/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel/example/client/client.go
/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel/example/server
/usr/share/doc/golang-github-projectdiscovery-rawhttp-devel/example/server/server.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/projectdiscovery
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/.goipath
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/LICENSE.md
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/README.md
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client/client.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client/header.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client/newline.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client/reader.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client/status.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/client/writer.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline/client.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline/http.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline/pipeconns.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline/request.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline/response.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/clientpipeline/tcpdialer.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/conn.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/go.mod
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/http.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/options.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/pipelineclient.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/pipelineoptions.go
/usr/share/gocode/src/github.com/projectdiscovery/rawhttp/util.go
/usr/share/licenses/golang-github-projectdiscovery-rawhttp-devel
/usr/share/licenses/golang-github-projectdiscovery-rawhttp-devel/LICENSE.md

References

Summary

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