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

Last updated: October 08,2024

1. Install "python-inotify.src" package

Learn how to install python-inotify.src on Oracle Linux 8

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

2. Uninstall "python-inotify.src" package

This guide covers the steps necessary to uninstall python-inotify.src on Oracle Linux 8:

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

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

Last metadata expiration check: 2:01:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-inotify
Version : 0.9.6
Release : 13.el8
Architecture : src
Size : 74 k
Source : None
Repository : ol8_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. pyinotify relies on a
: recent Linux Kernel feature (merged in kernel 2.6.13) called
: inotify. inotify is an event-driven notifier, its notifications are
: exported from kernel space to user space.