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

In this tutorial we learn how to install golang-github-mdlayher-wifi-devel in Fedora 36. golang-github-mdlayher-wifi-devel is Access to IEEE 802.11 WiFi device actions and statistics

Introduction

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

What is golang-github-mdlayher-wifi-devel

Package wifi provides access to IEEE 802.11 WiFi device actions and statistics. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mdlayher/wifi

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

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-mdlayher-wifi-devel
/usr/share/doc/golang-github-mdlayher-wifi-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mdlayher
/usr/share/gocode/src/github.com/mdlayher/wifi
/usr/share/gocode/src/github.com/mdlayher/wifi/.goipath
/usr/share/gocode/src/github.com/mdlayher/wifi/LICENSE.md
/usr/share/gocode/src/github.com/mdlayher/wifi/README.md
/usr/share/gocode/src/github.com/mdlayher/wifi/client.go
/usr/share/gocode/src/github.com/mdlayher/wifi/client_linux.go
/usr/share/gocode/src/github.com/mdlayher/wifi/client_linux_test.go
/usr/share/gocode/src/github.com/mdlayher/wifi/client_others.go
/usr/share/gocode/src/github.com/mdlayher/wifi/client_others_test.go
/usr/share/gocode/src/github.com/mdlayher/wifi/client_test.go
/usr/share/gocode/src/github.com/mdlayher/wifi/doc.go
/usr/share/gocode/src/github.com/mdlayher/wifi/internal
/usr/share/gocode/src/github.com/mdlayher/wifi/internal/nl80211
/usr/share/gocode/src/github.com/mdlayher/wifi/internal/nl80211/const.go
/usr/share/gocode/src/github.com/mdlayher/wifi/internal/nl80211/doc.go
/usr/share/gocode/src/github.com/mdlayher/wifi/internal/nl80211/nl80211.h
/usr/share/gocode/src/github.com/mdlayher/wifi/wifi.go
/usr/share/gocode/src/github.com/mdlayher/wifi/wifi_test.go
/usr/share/licenses/golang-github-mdlayher-wifi-devel
/usr/share/licenses/golang-github-mdlayher-wifi-devel/LICENSE.md

References

Summary

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