How to Install and Uninstall perl-Filesys-Notify-Simple Package on openSuSE Tumbleweed

Last updated: May 19,2024

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

This guide covers the steps necessary to install perl-Filesys-Notify-Simple on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove perl-Filesys-Notify-Simple

3. Information about the perl-Filesys-Notify-Simple package on openSuSE Tumbleweed

Information for package perl-Filesys-Notify-Simple:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Filesys-Notify-Simple
Version : 0.14-1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 30.9 KiB
Installed : No
Status : not installed
Source package : perl-Filesys-Notify-Simple-0.14-1.19.src
Upstream URL : https://metacpan.org/release/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.