How to Install and Uninstall python3-inotify Package on Kali Linux

Last updated: May 28,2024

1. Install "python3-inotify" package

Please follow the guidance below to install python3-inotify on Kali Linux

$ sudo apt update $ sudo apt install python3-inotify

2. Uninstall "python3-inotify" package

This guide covers the steps necessary to uninstall python3-inotify on Kali Linux:

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

3. Information about the python3-inotify package on Kali Linux

Package: python3-inotify
Source: python-inotify
Version: 0.2.10-5
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10496
SHA256: 9a8021d261bccfa59a2f958cb887ebf7bb94b5148c8037e3c103ea2f54c72f4d
SHA1: 295302b9250c24402f3f8015853a381693c90fb7
MD5sum: 0f6f5e02a5d33fc26fd98f4d1318b204
Description: inotify generator library for Python 3
inotify* functionality is available from the Linux kernel and allows you to
register one or more directories for watching, and to simply block and wait for
notification events. This library is designed to act as a generator. All you
have to do is loop, and you'll see one event at a time and block in-between.
Description-md5:
Homepage: https://github.com/dsoprea/PyInotify
Section: python
Priority: optional
Filename: pool/main/p/python-inotify/python3-inotify_0.2.10-5_all.deb