How To Install golang-github-ns3777k-shodan-devel on Fedora 36

In this tutorial we learn how to install golang-github-ns3777k-shodan-devel in Fedora 36. golang-github-ns3777k-shodan-devel is Shodan API client

Introduction

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

What is golang-github-ns3777k-shodan-devel

A Shodan client written in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/ns3777k/go-shodan

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

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

sudo dnf -y install golang-github-ns3777k-shodan-devel

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

sudo yum -y install golang-github-ns3777k-shodan-devel

How To Uninstall golang-github-ns3777k-shodan-devel on Fedora 36

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

sudo dnf remove golang-github-ns3777k-shodan-devel

golang-github-ns3777k-shodan-devel Package Contents on Fedora 36

/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ns3777k
/usr/share/gocode/src/github.com/ns3777k/go-shodan
/usr/share/gocode/src/github.com/ns3777k/go-shodan/.goipath
/usr/share/gocode/src/github.com/ns3777k/go-shodan/CHANGELOG.md
/usr/share/gocode/src/github.com/ns3777k/go-shodan/README.md
/usr/share/gocode/src/github.com/ns3777k/go-shodan/go.mod
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/account.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/account_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/alert.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/alert_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/alert_triggers.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/alert_triggers_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/datasets.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/datasets_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/dns.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/dns_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/errors.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/exploits.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/exploits_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/facet.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/helpers.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/host.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/host_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/info.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/info_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/labs.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/labs_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/notifiers.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/notifiers_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/orgs.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/orgs_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/ports.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/ports_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/protocols.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/protocols_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/query.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/query_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/scan.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/scan_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/services.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/services_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/shodan.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/shodan_test.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/stream.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/tools.go
/usr/share/gocode/src/github.com/ns3777k/go-shodan/shodan/tools_test.go

References

Summary

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