How to Install and Uninstall perl-Filesys-Notify-Simple Package on openSUSE Leap

Last updated: April 28,2024

1. Install "perl-Filesys-Notify-Simple" package

This guide let you learn how to install perl-Filesys-Notify-Simple on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Filesys-Notify-Simple

2. Uninstall "perl-Filesys-Notify-Simple" package

This is a short guide on how to uninstall perl-Filesys-Notify-Simple on openSUSE Leap:

$ sudo zypper remove perl-Filesys-Notify-Simple

3. Information about the perl-Filesys-Notify-Simple package on openSUSE Leap

Information for package perl-Filesys-Notify-Simple:
---------------------------------------------------
Repository : Main Repository
Name : perl-Filesys-Notify-Simple
Version : 0.13-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 31.0 KiB
Installed : No
Status : not installed
Source package : perl-Filesys-Notify-Simple-0.13-bp155.2.11.src
Upstream URL : http://search.cpan.org/dist/Filesys-Notify-Simple/
Summary : Simple and dumb file system watcher
Description :
Filesys::Notify::Simple is a simple but unified interface to get
notifications of changes to a given filesystem path. It utilizes inotify2
on Linux, fsevents on OS X, kqueue on FreeBSD and
FindFirstChangeNotification on Windows if they're installed, with a
fallback to the full directory scan if they're not available.
There are some limitations in this module. If you don't like it, use
File::ChangeNotify.
* There is no file name based filter. Do it in your own code.
* You can not get types of events (created, updated, deleted).
* Currently 'wait' method blocks.
In return, this module doesn't depend on any non-core modules. Platform
specific optimizations with Linux::Inotify2, Mac::FSEvents,
Filesys::Notify::KQueue and Win32::ChangeNotify are truely optional.
NOTE: Using Win32::ChangeNotify may put additional limitations.
* Win32::ChangeNotify uses FindFirstChangeNotificationA so that Unicode
characters can not be handled. On cygwin (1.7 or later), Unicode characters
should be able to be handled when Win32::ChangeNotify is not used.
* If more than 64 directories are included under the specified paths, an
error occurrs.