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

Last updated: October 04,2024

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

Please follow the guidance below to install perl-Linux-Inotify2.x86_64 on CentOS Stream 9

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

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

Here is a brief guide to show you how to uninstall perl-Linux-Inotify2.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 1:04:26 ago on Sat Mar 16 16:03:45 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.