How to Install and Uninstall python-inotifyx Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-inotifyx" package

Please follow the instructions below to install python-inotifyx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-inotifyx

2. Uninstall "python-inotifyx" package

Please follow the step by step instructions below to uninstall python-inotifyx on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-inotifyx $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-inotifyx package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-inotifyx
Priority: optional
Section: universe/python
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: Ritesh Raj Sarraf
Architecture: amd64
Source: inotifyx
Version: 0.2.0-1
Provides: python2.7-inotifyx
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4)
Filename: pool/universe/i/inotifyx/python-inotifyx_0.2.0-1_amd64.deb
Size: 10294
MD5sum: e9e73a55e2a51f152d2a77e33bceacdf
SHA1: 7c3d930f938f909e40dcd45b96bd78af5163dfd7
SHA256: 1c14ca3534c84aa9ed57a6c886ef1c9ca8b0ea09074916a482e6dda66c7cea8e
Description-en: simple Python binding to the Linux inotify
inotifyx is a Python extension providing access to the Linux
inotify file system event notification API. It is primarily
written in C but has some Python window dressing
.
inotifyx exists as an alternative to the much known pyinotify bindings
.
Reasons you might choose inotifyx over pyinotify
* inotifyx is a C extension and does not use ctypes, making it
faster and less prone to subtle breakage due to changes in the inotify API
* inotifyx is a much thinner wrapper around inotify. pyinotify is more
complicated. It does provide features that inotifyx does not, but many of
them are not needed by most applications
* The API provided by pyinotify seems to change in incompatible ways on a
fairly regular basis and with little justification. inotifyx has a simple
API that will change rarely, if ever.
Description-md5: e1a9c3d359a18c69047cf512c4838158
Homepage: http://www.alittletooquiet.net/software/inotifyx/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu