How to Install and Uninstall watchman Package on Kali Linux

Last updated: May 21,2024

1. Install "watchman" package

Learn how to install watchman on Kali Linux

$ sudo apt update $ sudo apt install watchman

2. Uninstall "watchman" package

Please follow the step by step instructions below to uninstall watchman on Kali Linux:

$ sudo apt remove watchman $ sudo apt autoclean && sudo apt autoremove

3. Information about the watchman package on Kali Linux

Package: watchman
Source: watchman (4.9.0-6)
Version: 4.9.0-6+b4
Installed-Size: 1008
Maintainer: Anuradha Weeraman
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libpcre3, libssl3 (>= 3.0.0), libstdc++6 (>= 12)
Suggests: python3-pywatchman
Size: 331312
SHA256: 25ac9a533fd8157d1f8ecb07d327f5aa714a26c184336ce2f80f9739a9807c88
SHA1: 20fca53dd1f3eafce725446b8f21d9cf89cf1958
MD5sum: b9cbf6af0d611851a5ea266ae7bde10e
Description: File watching service
Watchman can be used to watch files and record when they actually change.
It can be used to trigger actions (such as rebuilding assets) when
matching files change. If you require to perform an action based on
whether a file changes or not, watchman may be the tool you need. By
giving watchman a pattern and an action to take when the files change,
you can trigger an activity to be taken.
Description-md5: a05fb8e08ff16c624acb92ff1d9c9d4c
Homepage: https://facebook.github.io/watchman
Section: utils
Priority: optional
Filename: pool/main/w/watchman/watchman_4.9.0-6+b4_amd64.deb