How To Install golang-github-mdlayher-genetlink-devel on Fedora 36

In this tutorial we learn how to install golang-github-mdlayher-genetlink-devel in Fedora 36. golang-github-mdlayher-genetlink-devel is Generic netlink interactions and data types

Introduction

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

Package genetlink implements generic netlink interactions and data types. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mdlayher/genetlink

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-mdlayher-genetlink-devel using dnf by running the following command:

sudo dnf -y install golang-github-mdlayher-genetlink-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-mdlayher-genetlink-devel using yum by running the following command:

sudo yum -y install golang-github-mdlayher-genetlink-devel

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

sudo dnf remove golang-github-mdlayher-genetlink-devel
/usr/share/doc/golang-github-mdlayher-genetlink-devel
/usr/share/doc/golang-github-mdlayher-genetlink-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mdlayher
/usr/share/gocode/src/github.com/mdlayher/genetlink
/usr/share/gocode/src/github.com/mdlayher/genetlink/.goipath
/usr/share/gocode/src/github.com/mdlayher/genetlink/CHANGELOG.md
/usr/share/gocode/src/github.com/mdlayher/genetlink/LICENSE.md
/usr/share/gocode/src/github.com/mdlayher/genetlink/README.md
/usr/share/gocode/src/github.com/mdlayher/genetlink/conn.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/conn_linux_integration_go1.13_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/conn_linux_integration_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/conn_linux_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/doc.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/example_go1.13_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/family.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/family_linux.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/family_linux_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/family_others.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/fuzz.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest/family_linux.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest/family_linux_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest/family_others.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest/genltest.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest/genltest_linux_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/genltest/genltest_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/go.mod
/usr/share/gocode/src/github.com/mdlayher/genetlink/message.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/message_test.go
/usr/share/gocode/src/github.com/mdlayher/genetlink/tools.go
/usr/share/licenses/golang-github-mdlayher-genetlink-devel
/usr/share/licenses/golang-github-mdlayher-genetlink-devel/LICENSE.md

References

Summary

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