How To Install golang-github-songgao-water-devel on Fedora 36

In this tutorial we learn how to install golang-github-songgao-water-devel in Fedora 36. golang-github-songgao-water-devel is TUN/TAP library

Introduction

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

What is golang-github-songgao-water-devel

A simple TUN/TAP library written in native Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/songgao/water

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

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

sudo dnf -y install golang-github-songgao-water-devel

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

sudo yum -y install golang-github-songgao-water-devel

How To Uninstall golang-github-songgao-water-devel on Fedora 36

To uninstall only the golang-github-songgao-water-devel package we can use the following command:

sudo dnf remove golang-github-songgao-water-devel

golang-github-songgao-water-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-songgao-water-devel
/usr/share/doc/golang-github-songgao-water-devel/CONTRIBUTORS
/usr/share/doc/golang-github-songgao-water-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/songgao
/usr/share/gocode/src/github.com/songgao/water
/usr/share/gocode/src/github.com/songgao/water/.goipath
/usr/share/gocode/src/github.com/songgao/water/README.md
/usr/share/gocode/src/github.com/songgao/water/doc.go
/usr/share/gocode/src/github.com/songgao/water/if.go
/usr/share/gocode/src/github.com/songgao/water/if_linux.go
/usr/share/gocode/src/github.com/songgao/water/ipv4_darwin_test.go
/usr/share/gocode/src/github.com/songgao/water/ipv4_go1.11_test.go
/usr/share/gocode/src/github.com/songgao/water/ipv4_linux_test.go
/usr/share/gocode/src/github.com/songgao/water/ipv4_other_test.go
/usr/share/gocode/src/github.com/songgao/water/ipv4_test.go
/usr/share/gocode/src/github.com/songgao/water/ipv4_windows_test.go
/usr/share/gocode/src/github.com/songgao/water/params_darwin.go
/usr/share/gocode/src/github.com/songgao/water/params_linux.go
/usr/share/gocode/src/github.com/songgao/water/params_others.go
/usr/share/gocode/src/github.com/songgao/water/params_windows.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_darwin.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_darwin_go1.11.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_darwin_legacy.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_linux.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_linux_go1.11.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_linux_legacy.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_other.go
/usr/share/gocode/src/github.com/songgao/water/syscalls_windows.go
/usr/share/gocode/src/github.com/songgao/water/waterutil
/usr/share/gocode/src/github.com/songgao/water/waterutil/doc.go
/usr/share/gocode/src/github.com/songgao/water/waterutil/ethertypes.go
/usr/share/gocode/src/github.com/songgao/water/waterutil/ip_protocols.go
/usr/share/gocode/src/github.com/songgao/water/waterutil/tap.go
/usr/share/gocode/src/github.com/songgao/water/waterutil/tun.go
/usr/share/gocode/src/github.com/songgao/water/waterutil/tun_ipv4.go
/usr/share/licenses/golang-github-songgao-water-devel
/usr/share/licenses/golang-github-songgao-water-devel/LICENSE

References

Summary

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