How to Install and Uninstall perl-Linux-Inotify2.x86_64 Package on AlmaLinux 8

Last updated: May 19,2024

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

This guide let you learn how to install perl-Linux-Inotify2.x86_64 on AlmaLinux 8

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

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

Please follow the instructions below to uninstall perl-Linux-Inotify2.x86_64 on AlmaLinux 8:

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

3. Information about the perl-Linux-Inotify2.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:26:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Linux-Inotify2
Version : 2.1
Release : 6.el8
Architecture : x86_64
Size : 32 k
Source : perl-Linux-Inotify2-2.1-6.el8.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.