How To Install golang-github-akrennmair-gopcap-devel on Fedora 36

In this tutorial we learn how to install golang-github-akrennmair-gopcap-devel in Fedora 36. golang-github-akrennmair-gopcap-devel is Simple wrapper around libpcap for the Go programming language

Introduction

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

What is golang-github-akrennmair-gopcap-devel

This is a simple wrapper around libpcap for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/akrennmair/gopcap

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

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

sudo dnf -y install golang-github-akrennmair-gopcap-devel

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

sudo yum -y install golang-github-akrennmair-gopcap-devel

How To Uninstall golang-github-akrennmair-gopcap-devel on Fedora 36

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

sudo dnf remove golang-github-akrennmair-gopcap-devel

golang-github-akrennmair-gopcap-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-akrennmair-gopcap-devel
/usr/share/doc/golang-github-akrennmair-gopcap-devel/README.mkd
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/akrennmair
/usr/share/gocode/src/github.com/akrennmair/gopcap
/usr/share/gocode/src/github.com/akrennmair/gopcap/.goipath
/usr/share/gocode/src/github.com/akrennmair/gopcap/decode.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/decode_test.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/glide.lock
/usr/share/gocode/src/github.com/akrennmair/gopcap/glide.yaml
/usr/share/gocode/src/github.com/akrennmair/gopcap/io.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/pcap.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/benchmark
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/benchmark/benchmark.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/pass
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/pass/pass.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/pcaptest
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/pcaptest/pcaptest.go
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/tcpdump
/usr/share/gocode/src/github.com/akrennmair/gopcap/tools/tcpdump/tcpdump.go
/usr/share/licenses/golang-github-akrennmair-gopcap-devel
/usr/share/licenses/golang-github-akrennmair-gopcap-devel/LICENSE

References

Summary

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