How to Install and Uninstall perl-Linux-Inotify2.x86_64 Package on Rocky Linux 9

Last updated: May 20,2024

1. Install "perl-Linux-Inotify2.x86_64" package

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

$ sudo dnf update $ sudo dnf install perl-Linux-Inotify2.x86_64

2. Uninstall "perl-Linux-Inotify2.x86_64" package

Please follow the guidelines below to uninstall perl-Linux-Inotify2.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Linux-Inotify2.x86_64 $ sudo dnf autoremove

3. Information about the perl-Linux-Inotify2.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:59:23 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Linux-Inotify2
Version : 2.3
Release : 1.el9
Architecture : x86_64
Size : 29 k
Source : perl-Linux-Inotify2-2.3-1.el9.src.rpm
Repository : epel
Summary : Scalable directory/file change notification
URL : https://metacpan.org/release/Linux-Inotify2
License : GPL+ or Artistic
Description : This module implements an interface to the Linux 2.6.13+ Inotify
: file/directory change notification system. It has a number of advantages over
: the Linux::Inotify module:
: - it is portable (Linux::Inotify only works on x86)
: - the equivalent of full name works correctly
: - it is better documented
: - it has callback-style interface, which is better suited for integration.