How to Install and Uninstall inotify-hookable Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "inotify-hookable" package

Please follow the instructions below to install inotify-hookable on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install inotify-hookable

2. Uninstall "inotify-hookable" package

Here is a brief guide to show you how to uninstall inotify-hookable on Ubuntu 21.10 (Impish Indri):

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

3. Information about the inotify-hookable package on Ubuntu 21.10 (Impish Indri)

Package: inotify-hookable
Architecture: all
Version: 0.09-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 39
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
Filename: pool/universe/i/inotify-hookable/inotify-hookable_0.09-2_all.deb
Size: 11824
MD5sum: 6a3ab22585252c36be6192af743777ad
SHA1: 7965b4b7a59afa6184a450fa71eecdba571dbd50
SHA256: 935d1bc973b52de159ad9648ea69d3b5cf1345372b12da8c2abadf8ed7162c77
SHA512: 1fa671f3f7df36fa8cb4da29965d80ee1560ab1820b2176737b78d12e5e667ae656d17a3e9e2b6fb07c317a9ebd46e3c17705ecec1de1c06c4e3ff341ae74ebe
Homepage: https://metacpan.org/release/App-Inotify-Hookable
Description-en: 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: b4d2cca9ab33dc8d56091fa8b94b30fe
Task: ubuntukylin-desktop