How To Install golang-gopkg-fsnotify-0-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-gopkg-fsnotify-0-devel on Fedora 36.
What is golang-gopkg-fsnotify-0-devel
Package Fsnotify provides a platform-independent interface for file system notifications. This package contains the source code needed for building packages that reference the following Go import paths – gopkg.in/fsnotify.v0
We can use yum or dnf to install golang-gopkg-fsnotify-0-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-gopkg-fsnotify-0-devel.
Install golang-gopkg-fsnotify-0-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-gopkg-fsnotify-0-devel using dnf by running the following command:
sudo dnf -y install golang-gopkg-fsnotify-0-devel
Install golang-gopkg-fsnotify-0-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-gopkg-fsnotify-0-devel using yum by running the following command:
sudo yum -y install golang-gopkg-fsnotify-0-devel
How To Uninstall golang-gopkg-fsnotify-0-devel on Fedora 36
To uninstall only the golang-gopkg-fsnotify-0-devel package we can use the following command:
sudo dnf remove golang-gopkg-fsnotify-0-devel
golang-gopkg-fsnotify-0-devel Package Contents on Fedora 36
/usr/share/doc/golang-gopkg-fsnotify-0-devel
/usr/share/doc/golang-gopkg-fsnotify-0-devel/AUTHORS
/usr/share/doc/golang-gopkg-fsnotify-0-devel/CHANGELOG.md
/usr/share/doc/golang-gopkg-fsnotify-0-devel/CONTRIBUTING.md
/usr/share/doc/golang-gopkg-fsnotify-0-devel/README.md
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/fsnotify.v0
/usr/share/gocode/src/gopkg.in/fsnotify.v0/.goipath
/usr/share/gocode/src/gopkg.in/fsnotify.v0/CHANGELOG.md
/usr/share/gocode/src/gopkg.in/fsnotify.v0/CONTRIBUTING.md
/usr/share/gocode/src/gopkg.in/fsnotify.v0/README.md
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_bsd.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_linux.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_open_bsd.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_open_darwin.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_symlink_test.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_test.go
/usr/share/gocode/src/gopkg.in/fsnotify.v0/fsnotify_windows.go
/usr/share/licenses/golang-gopkg-fsnotify-0-devel
/usr/share/licenses/golang-gopkg-fsnotify-0-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-gopkg-fsnotify-0-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).