How to Install and Uninstall python3-inotify.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: September 28,2024

1. Install "python3-inotify.noarch" package

This is a short guide on how to install python3-inotify.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-inotify.noarch

2. Uninstall "python3-inotify.noarch" package

Please follow the step by step instructions below to uninstall python3-inotify.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-inotify.noarch $ sudo dnf autoremove

3. Information about the python3-inotify.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:05 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : python3-inotify
Version : 0.9.6
Release : 25.el9
Architecture : noarch
Size : 244 k
Source : python-inotify-0.9.6-25.el9.src.rpm
Repository : @System
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.