How to Install and Uninstall liblinux-inotify2-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "liblinux-inotify2-perl" package

Please follow the step by step instructions below to install liblinux-inotify2-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblinux-inotify2-perl

2. Uninstall "liblinux-inotify2-perl" package

Please follow the step by step instructions below to uninstall liblinux-inotify2-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblinux-inotify2-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblinux-inotify2-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblinux-inotify2-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Version: 1:1.22-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libcommon-sense-perl
Suggests: iwatch
Filename: pool/universe/libl/liblinux-inotify2-perl/liblinux-inotify2-perl_1.22-1build2_amd64.deb
Size: 16210
MD5sum: 57a9ef94ce215c256f6fa2ac20361509
SHA1: f3122b8050352ce0dd7d6960237521d2e964a60c
SHA256: 12b369111acc05dcac646a876bdbb2d7a0224585f313e6ab7f49d368f2c3dda8
Description-en: scalable directory and file change notification
inotify (inode notify) is a Linux kernel subsystem that monitors events in
filesystems and reports those events to applications in real time.
.
inotify can be used to monitor individual files or directories. When a
directory is monitored, inotify will return events for the directory itself
and for files inside the directory.
.
This module implements an interface to the Linux 2.6.13 and later inotify
directory and file change notification system.
.
It has a number of advantages over the Linux::Inotify module:
- It is portable (Linux::Inotify only works on x86).
- The equivalent of fullname works correctly.
- It is better documented.
- It has callback-style interface, which is better suited for integration.
Description-md5: 92e073bb15c51b667c8ed1a361fd585c
Homepage: http://software.schmorp.de/pkg/Linux-Inotify2.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu