How to Install and Uninstall fswatch Package on Kali Linux

Last updated: May 10,2024

1. Install "fswatch" package

This guide covers the steps necessary to install fswatch on Kali Linux

$ sudo apt update $ sudo apt install fswatch

2. Uninstall "fswatch" package

Here is a brief guide to show you how to uninstall fswatch on Kali Linux:

$ sudo apt remove fswatch $ sudo apt autoclean && sudo apt autoremove

3. Information about the fswatch package on Kali Linux

Package: fswatch
Source: fswatch (1.14.0+repack-13.1)
Version: 1.14.0+repack-13.1+b1
Installed-Size: 557
Maintainer: Alf Gaida
Architecture: amd64
Replaces: libfswatch-dev, libfswatch11
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Breaks: libfswatch-dev, libfswatch11
Size: 184488
SHA256: 2c0640937f7a51f6445068518d9dedcd7d16342471f6028a5608a3f2ea246364
SHA1: 829e0f010e04afbf51b4ff0e9972fab5bf3e8b54
MD5sum: 64d0ee0b64560472024f8e9cdfb649a3
Description: file change monitor based on inotify
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified. fswatch implements the
following kinds of monitors:
* A monitor based on the File System Events API of Apple OS X.
* A monitor based on kqueue, an event notification interface introduced in
FreeBSD 4.1 and supported on most *BSD systems (including OS X).
* A monitor based on inotify, a Linux kernel subsystem that reports file
system changes to applications.
* A monitor based on File Events Notification, a Solaris/Illumos kernel API
that reports file events.
* A monitor which periodically stats the file system, saves file modification
times in memory and manually calculates file system changes, which can work
on any operating system where stat (2) can be used.
.
fswatch should build and work correctly on any system shipping either of the
aforementioned APIs
Description-md5:
Homepage: http://emcrisostomo.github.io/fswatch
Section: misc
Priority: optional
Filename: pool/main/f/fswatch/fswatch_1.14.0+repack-13.1+b1_amd64.deb