How to Install and Uninstall inotify-hookable Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 09,2024

1. Install "inotify-hookable" package

Here is a brief guide to show you how to install inotify-hookable on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install inotify-hookable

2. Uninstall "inotify-hookable" package

Please follow the instructions below to uninstall inotify-hookable on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the inotify-hookable package on Ubuntu 20.10 (Groovy Gorilla)

Package: inotify-hookable
Architecture: all
Version: 0.09-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 44
Depends: perl, 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-1_all.deb
Size: 11252
MD5sum: 5683e8ed96d7a3dbb6eac9a36109fc47
SHA1: b19e491fbd94d9a1f42ed24f9b026d58ebddd962
SHA256: 5266a701aa1078c7eb77739872d37f70871e12129707372d8c0e0dcb842c8301
SHA512: 3fde87cc1d33551ea9ebcdc72ac80f09c686dbcf9ca142c3e25d99786c929c58287c161b1050e71b53727f30b7d6aed6ed536067debfef06de05914297caeac4
Homepage: http://search.cpan.org/dist/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