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

In this tutorial we learn how to install golang-github-howeyc-fsnotify-devel in Fedora 36. golang-github-howeyc-fsnotify-devel is File system notification for Go

Introduction

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

What is golang-github-howeyc-fsnotify-devel

File system notification for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/howeyc/fsnotify

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

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

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

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

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

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

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

sudo dnf remove golang-github-howeyc-fsnotify-devel

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

/usr/share/doc/golang-github-howeyc-fsnotify-devel
/usr/share/doc/golang-github-howeyc-fsnotify-devel/AUTHORS
/usr/share/doc/golang-github-howeyc-fsnotify-devel/CHANGELOG.md
/usr/share/doc/golang-github-howeyc-fsnotify-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-howeyc-fsnotify-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/howeyc
/usr/share/gocode/src/github.com/howeyc/fsnotify
/usr/share/gocode/src/github.com/howeyc/fsnotify/.goipath
/usr/share/gocode/src/github.com/howeyc/fsnotify/CHANGELOG.md
/usr/share/gocode/src/github.com/howeyc/fsnotify/CONTRIBUTING.md
/usr/share/gocode/src/github.com/howeyc/fsnotify/README.md
/usr/share/gocode/src/github.com/howeyc/fsnotify/example_test.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_bsd.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_linux.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_open_bsd.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_open_darwin.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_symlink_test.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_test.go
/usr/share/gocode/src/github.com/howeyc/fsnotify/fsnotify_windows.go
/usr/share/licenses/golang-github-howeyc-fsnotify-devel
/usr/share/licenses/golang-github-howeyc-fsnotify-devel/LICENSE

References

Summary

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