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

Last updated: May 15,2024

1. Install "python3-aionotify" package

Please follow the steps below to install python3-aionotify on Kali Linux

$ sudo apt update $ sudo apt install python3-aionotify

2. Uninstall "python3-aionotify" package

Please follow the guidance below to uninstall python3-aionotify on Kali Linux:

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

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

Package: python3-aionotify
Source: aionotify
Version: 0.2.0-3
Installed-Size: 38
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 8292
SHA256: b6e562e748065b8a4d3701c0b74741f069e0fb2abccfbf30786b0e6c2c3ca476
SHA1: eb395bfb923c31e44e662743dac4b13f33b87d75
MD5sum: 998d35cb06e27d595c577d50fbe9b4bb
Description: Simple, asyncio-based inotify library for Python
Asyncio library to create watchers on filesystem using inotify API
and generate events from changes.
.
An event is a simple object with a few attributes:
- name: the path of the modified file
- flags: the modification flag; use aionotify.Flags.parse() to parse it
- alias: the alias of the watch triggering the event
- cookie: for renames, this integer value links the renamed from/to events
Description-md5:
Homepage: https://github.com/rbarrois/aionotify
Section: python
Priority: optional
Filename: pool/main/a/aionotify/python3-aionotify_0.2.0-3_all.deb