How to Install and Uninstall python3-inotify.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-inotify.noarch" package

Please follow the instructions below to install python3-inotify.noarch on Fedora 36

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

2. Uninstall "python3-inotify.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-inotify.noarch on Fedora 36:

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

3. Information about the python3-inotify.noarch package on Fedora 36

Last metadata expiration check: 5:44:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-inotify
Version : 0.9.6
Release : 26.fc36
Architecture : noarch
Size : 52 k
Source : python-inotify-0.9.6-26.fc36.src.rpm
Repository : fedora
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.