How to Install and Uninstall liblinux-inotify2-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 29,2024

1. Install "liblinux-inotify2-perl" package

Please follow the guidelines below to install liblinux-inotify2-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "liblinux-inotify2-perl" package

This tutorial shows how to uninstall liblinux-inotify2-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the liblinux-inotify2-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: liblinux-inotify2-perl
Architecture: amd64
Version: 1:2.2-2build1
Multi-Arch: same
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Joao Eriberto Mota Filho
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 58
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.28), libcommon-sense-perl
Suggests: iwatch
Filename: pool/universe/libl/liblinux-inotify2-perl/liblinux-inotify2-perl_2.2-2build1_amd64.deb
Size: 18564
MD5sum: d1212438f8108740c91a5cd922f2b79b
SHA1: 7ee1181c6d1d2157cdf2b6742dceb3225019bbeb
SHA256: d3b713f95639239c730b6fcd763d9f5a1cff4795e62ed640e29d53dc6e4444d5
SHA512: c5ff49835ab37361b450d73d360873f4b875329234cde3ae3ae54a1f6cdeae43bbce82761db2d0e104ea0c633c9ae2b1e16fca52dd130a217b139074e41de93b
Homepage: http://software.schmorp.de/pkg/Linux-Inotify2.html
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.
.
This package provides the Perl module Linux::Inotify2.
Description-md5: 96ccde2d3a20260f7df1f7481543c176
Task: ubuntukylin-desktop