How to Install and Uninstall ghc-fsnotify.x86_64 Package on Rocky Linux 9

Last updated: October 09,2024

1. Install "ghc-fsnotify.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-fsnotify.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ghc-fsnotify.x86_64

2. Uninstall "ghc-fsnotify.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-fsnotify.x86_64 on Rocky Linux 9:

$ sudo dnf remove ghc-fsnotify.x86_64 $ sudo dnf autoremove

3. Information about the ghc-fsnotify.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:54:29 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-fsnotify
Version : 0.3.0.1
Release : 11.el9
Architecture : x86_64
Size : 50 k
Source : ghc-fsnotify-0.3.0.1-11.el9.src.rpm
Repository : epel
Summary : Cross platform library for file change notification
URL : https://hackage.haskell.org/package/fsnotify
License : BSD
Description : 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.