How to Install and Uninstall perl-Linux-Inotify2.x86_64 Package on Fedora 38

Last updated: January 06,2025

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

This tutorial shows how to install perl-Linux-Inotify2.x86_64 on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-Linux-Inotify2.x86_64 on Fedora 38:

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

3. Information about the perl-Linux-Inotify2.x86_64 package on Fedora 38

Last metadata expiration check: 4:52:01 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Linux-Inotify2
Version : 2.3
Release : 5.fc38
Architecture : x86_64
Size : 29 k
Source : perl-Linux-Inotify2-2.3-5.fc38.src.rpm
Repository : fedora
Summary : Scalable directory/file change notification
URL : https://metacpan.org/release/Linux-Inotify2
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.