How to Install and Uninstall inotify-hookable Package on Kali Linux

Last updated: May 15,2024

1. Install "inotify-hookable" package

Learn how to install inotify-hookable on Kali Linux

$ sudo apt update $ sudo apt install inotify-hookable

2. Uninstall "inotify-hookable" package

Learn how to uninstall inotify-hookable on Kali Linux:

$ sudo apt remove inotify-hookable $ sudo apt autoclean && sudo apt autoremove

3. Information about the inotify-hookable package on Kali Linux

Package: inotify-hookable
Version: 0.09-2
Installed-Size: 40
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-inspector-perl, libdata-bitmask-perl, liblinux-inotify2-perl, liblist-moreutils-perl, libmoose-perl, libmoosex-getopt-perl, libmoosex-types-perl, libtry-tiny-perl
Size: 12768
SHA256: 0c6c9322dd77db466f6eaa8f7cf8c007242b662bae2713e0de3bb17739ae4186
SHA1: aa7dc52c63c1fe36f4bc2f060c7ec8fb6a311183
MD5sum: ce8d827de02ff62626b259ea978e534c
Description: blocking command-line interface to inotify
inotify-hookable is a program that monitor files with Linux inotify. This
program accepts options to specify the files to be monitored and the command
to run when a file has changed (based in kernel inotify)
.
inotify-hookable main advantage over inotifywait are:
- command to run after watch can be specified with an option
- emacs and vi backup files are ignored by default
.
Example:
.
inotify-hookable -f foo.c -c 'gcc -o foo foo.c'
Description-md5:
Homepage: https://metacpan.org/release/App-Inotify-Hookable
Section: perl
Priority: optional
Filename: pool/main/i/inotify-hookable/inotify-hookable_0.09-2_all.deb