How to Install and Uninstall python3-aionotify Package on Ubuntu 21.10 (Impish Indri)

Last updated: June 05,2024

1. Install "python3-aionotify" package

Please follow the instructions below to install python3-aionotify on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-aionotify

2. Uninstall "python3-aionotify" package

Here is a brief guide to show you how to uninstall python3-aionotify on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-aionotify package on Ubuntu 21.10 (Impish Indri)

Package: python3-aionotify
Architecture: all
Version: 0.2.0-2
Priority: optional
Section: universe/python
Source: aionotify
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 38
Depends: python3:any
Filename: pool/universe/a/aionotify/python3-aionotify_0.2.0-2_all.deb
Size: 8072
MD5sum: c662eb307e51c5cdc6d40bc8cba017ff
SHA1: f63f8c771a8e31e1d13bf26305a498686c6db01b
SHA256: e9c63fcc42e40855183c69fc91b5a0ee3c814a779178d0ad3a6159faec38496d
SHA512: cfa007109c8ff807535ec4d7383bae124f0635e415aa2669fa678f0fc4d706c533379fb755190c14324fa86822bd088320aa1eaa953fe98c43fbcc4b947b7366
Homepage: https://github.com/rbarrois/aionotify
Description-en: 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: 8ffbed25bc8744464c3db876a3a660f8