How To Install golang-github-chifflier-nfqueue-devel on Fedora 36

In this tutorial we learn how to install golang-github-chifflier-nfqueue-devel in Fedora 36. golang-github-chifflier-nfqueue-devel is Go wrapper library for libnetfilter-queue

Introduction

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

What is golang-github-chifflier-nfqueue-devel

nfqueue-go is a wrapper library for libnetfilter-queue. The goal is to provide a library to gain access to packets queued by the kernel packet filter. This package contains the source code needed for building packages that reference the following Go import paths – github.com/chifflier/nfqueue-go

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

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

sudo dnf -y install golang-github-chifflier-nfqueue-devel

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

sudo yum -y install golang-github-chifflier-nfqueue-devel

How To Uninstall golang-github-chifflier-nfqueue-devel on Fedora 36

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

sudo dnf remove golang-github-chifflier-nfqueue-devel

golang-github-chifflier-nfqueue-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-chifflier-nfqueue-devel
/usr/share/doc/golang-github-chifflier-nfqueue-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/chifflier
/usr/share/gocode/src/github.com/chifflier/nfqueue-go
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/.goipath
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/README.md
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/libnfqueue1.go
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/nfq_cb.go
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/nfqueue.go
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/test_nfqueue
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/test_nfqueue/test_nfqueue.go
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/test_nfqueue_gopacket
/usr/share/gocode/src/github.com/chifflier/nfqueue-go/nfqueue/test_nfqueue_gopacket/test_nfqueue.go
/usr/share/licenses/golang-github-chifflier-nfqueue-devel
/usr/share/licenses/golang-github-chifflier-nfqueue-devel/COPYING

References

Summary

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