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

Last updated: October 06,2024

1. Install "python3-inotify_simple.noarch" package

Please follow the instructions below to install python3-inotify_simple.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-inotify_simple.noarch" package

Learn how to uninstall python3-inotify_simple.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:27:58 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-inotify_simple
Version : 1.3.5
Release : 4.el9
Architecture : noarch
Size : 19 k
Source : python-inotify_simple-1.3.5-4.el9.src.rpm
Repository : epel
Summary : A simple Python 3 wrapper around inotify
URL : https://github.com/chrisjbillington/inotify_simple
License : BSD
Description :
: inotify_simple is a simple Python wrapper around inotify. No fancy bells and
: whistles, just a literal wrapper with ctypes. Only 122 lines of code!