How To Install golang-github-ffuf-devel on Fedora 36

In this tutorial we learn how to install golang-github-ffuf-devel in Fedora 36. golang-github-ffuf-devel is Fast web fuzzer written in Go

Introduction

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

What is golang-github-ffuf-devel

Fast web fuzzer written in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/ffuf/ffuf

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

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

sudo dnf -y install golang-github-ffuf-devel

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

sudo yum -y install golang-github-ffuf-devel

How To Uninstall golang-github-ffuf-devel on Fedora 36

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

sudo dnf remove golang-github-ffuf-devel

golang-github-ffuf-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ffuf-devel
/usr/share/doc/golang-github-ffuf-devel/CHANGELOG.md
/usr/share/doc/golang-github-ffuf-devel/CONTRIBUTORS.md
/usr/share/doc/golang-github-ffuf-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ffuf
/usr/share/gocode/src/github.com/ffuf/ffuf
/usr/share/gocode/src/github.com/ffuf/ffuf/.goipath
/usr/share/gocode/src/github.com/ffuf/ffuf/CHANGELOG.md
/usr/share/gocode/src/github.com/ffuf/ffuf/CONTRIBUTORS.md
/usr/share/gocode/src/github.com/ffuf/ffuf/README.md
/usr/share/gocode/src/github.com/ffuf/ffuf/go.mod
/usr/share/gocode/src/github.com/ffuf/ffuf/help.go
/usr/share/gocode/src/github.com/ffuf/ffuf/main.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/config.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/const.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/interfaces.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/job.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/multierror.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/optrange.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/progress.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/request.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/response.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/util.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/ffuf/valuerange.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/filter.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/filter_test.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/lines.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/lines_test.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/regex.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/regexp_test.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/size.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/size_test.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/status.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/status_test.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/words.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/filter/words_test.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/input
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/input/command.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/input/const.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/input/const_windows.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/input/input.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/input/wordlist.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/const.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/const_windows.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/file_csv.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/file_html.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/file_json.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/file_md.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/output.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/output/stdout.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/runner
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/runner/runner.go
/usr/share/gocode/src/github.com/ffuf/ffuf/pkg/runner/simple.go
/usr/share/licenses/golang-github-ffuf-devel
/usr/share/licenses/golang-github-ffuf-devel/LICENSE

References

Summary

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