How to Install and Uninstall python3-inotify_simple.noarch Package on Fedora 34

Last updated: May 20,2024

1. Install "python3-inotify_simple.noarch" package

Learn how to install python3-inotify_simple.noarch on Fedora 34

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

2. Uninstall "python3-inotify_simple.noarch" package

This guide covers the steps necessary to uninstall python3-inotify_simple.noarch on Fedora 34:

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

3. Information about the python3-inotify_simple.noarch package on Fedora 34

Last metadata expiration check: 1:21:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-inotify_simple
Version : 1.3.4
Release : 2.fc34
Architecture : noarch
Size : 19 k
Source : python-inotify_simple-1.3.4-2.fc34.src.rpm
Repository : fedora
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!