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

In this tutorial we learn how to install golang-github-mdlayher-ethernet-devel in Fedora 36. golang-github-mdlayher-ethernet-devel is Broadcast a message to all machines in the same network segment

Introduction

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

What is golang-github-mdlayher-ethernet-devel

The Golang package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mdlayher/ethernet

We can use yum or dnf to install golang-github-mdlayher-ethernet-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-ethernet-devel.

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

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

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

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

How To Uninstall golang-github-mdlayher-ethernet-devel on Fedora 36

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

sudo dnf remove golang-github-mdlayher-ethernet-devel

golang-github-mdlayher-ethernet-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mdlayher-ethernet-devel
/usr/share/doc/golang-github-mdlayher-ethernet-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mdlayher
/usr/share/gocode/src/github.com/mdlayher/ethernet
/usr/share/gocode/src/github.com/mdlayher/ethernet/.goipath
/usr/share/gocode/src/github.com/mdlayher/ethernet/LICENSE.md
/usr/share/gocode/src/github.com/mdlayher/ethernet/README.md
/usr/share/gocode/src/github.com/mdlayher/ethernet/cmd
/usr/share/gocode/src/github.com/mdlayher/ethernet/cmd/etherecho
/usr/share/gocode/src/github.com/mdlayher/ethernet/cmd/etherecho/README.md
/usr/share/gocode/src/github.com/mdlayher/ethernet/cmd/etherecho/main.go
/usr/share/gocode/src/github.com/mdlayher/ethernet/ethernet.go
/usr/share/gocode/src/github.com/mdlayher/ethernet/ethernet_test.go
/usr/share/gocode/src/github.com/mdlayher/ethernet/fuzz.go
/usr/share/gocode/src/github.com/mdlayher/ethernet/go.mod
/usr/share/gocode/src/github.com/mdlayher/ethernet/string.go
/usr/share/gocode/src/github.com/mdlayher/ethernet/vlan.go
/usr/share/gocode/src/github.com/mdlayher/ethernet/vlan_test.go
/usr/share/licenses/golang-github-mdlayher-ethernet-devel
/usr/share/licenses/golang-github-mdlayher-ethernet-devel/LICENSE.md

References

Summary

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