How To Install ghc-fsnotify on Fedora 36
Introduction
In this tutorial we learn how to install ghc-fsnotify
on Fedora 36.
What is ghc-fsnotify
Cross platform library for file creation, modification, and deletion notification. This library builds upon existing libraries for platform-specific Windows, Mac, and Linux filesystem event notification.
We can use yum
or dnf
to install ghc-fsnotify
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-fsnotify.
Install ghc-fsnotify 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 ghc-fsnotify
using dnf
by running the following command:
sudo dnf -y install ghc-fsnotify
Install ghc-fsnotify 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 ghc-fsnotify
using yum
by running the following command:
sudo yum -y install ghc-fsnotify
How To Uninstall ghc-fsnotify on Fedora 36
To uninstall only the ghc-fsnotify
package we can use the following command:
sudo dnf remove ghc-fsnotify
ghc-fsnotify Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/ff3742f981d74e17946e7e1df2fc5da31688b9
/usr/lib64/libHSfsnotify-0.3.0.1-C12asnqEJND64lM9Cg3iTX-ghc8.10.5.so
/usr/share/licenses/ghc-fsnotify
/usr/share/licenses/ghc-fsnotify/LICENSE
References
Summary
In this tutorial we learn how to install ghc-fsnotify
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).