How to Install and Uninstall python-inotify.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "python-inotify.src" package

Please follow the instructions below to install python-inotify.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-inotify.src

2. Uninstall "python-inotify.src" package

Please follow the steps below to uninstall python-inotify.src on Oracle Linux 9:

$ sudo dnf remove python-inotify.src $ sudo dnf autoremove

3. Information about the python-inotify.src package on Oracle Linux 9

Last metadata expiration check: 1:36:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-inotify
Version : 0.9.6
Release : 25.el9
Architecture : src
Size : 71 k
Source : None
Repository : ol9_baseos_latest
Summary : Monitor filesystem events with Python under Linux
URL : https://github.com/seb-m/pyinotify
License : MIT
Description : This is a Python module for watching filesystems changes. pyinotify
: can be used for various kind of fs monitoring. Based on inotify which
: is an event-driven notifier, where notifications are exported from
: kernel space to user space.