How To Install golang-github-fsnotify-devel on Fedora 36

In this tutorial we learn how to install golang-github-fsnotify-devel in Fedora 36. golang-github-fsnotify-devel is Cross-platform file system notifications for Go

Introduction

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

What is golang-github-fsnotify-devel

Cross-platform file system notifications for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/fsnotify/fsnotify

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

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

sudo dnf -y install golang-github-fsnotify-devel

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

sudo yum -y install golang-github-fsnotify-devel

How To Uninstall golang-github-fsnotify-devel on Fedora 36

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

sudo dnf remove golang-github-fsnotify-devel

golang-github-fsnotify-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-fsnotify-devel
/usr/share/doc/golang-github-fsnotify-devel/AUTHORS
/usr/share/doc/golang-github-fsnotify-devel/CHANGELOG.md
/usr/share/doc/golang-github-fsnotify-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-fsnotify-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/fsnotify
/usr/share/gocode/src/github.com/fsnotify/fsnotify
/usr/share/gocode/src/github.com/fsnotify/fsnotify/.goipath
/usr/share/gocode/src/github.com/fsnotify/fsnotify/CHANGELOG.md
/usr/share/gocode/src/github.com/fsnotify/fsnotify/CONTRIBUTING.md
/usr/share/gocode/src/github.com/fsnotify/fsnotify/README.md
/usr/share/gocode/src/github.com/fsnotify/fsnotify/fen.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/fsnotify.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/fsnotify_test.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/go.mod
/usr/share/gocode/src/github.com/fsnotify/fsnotify/inotify.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/inotify_poller.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/inotify_poller_test.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/inotify_test.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/integration_darwin_test.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/integration_test.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/kqueue.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/open_mode_bsd.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/open_mode_darwin.go
/usr/share/gocode/src/github.com/fsnotify/fsnotify/windows.go
/usr/share/licenses/golang-github-fsnotify-devel
/usr/share/licenses/golang-github-fsnotify-devel/LICENSE

References

Summary

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