How to Install and Uninstall python-inotify.noarch Package on Amazon Linux 2
Last updated: November 26,2024
1. Install "python-inotify.noarch" package
In this section, we are going to explain the necessary steps to install python-inotify.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python-inotify.noarch
Copied
2. Uninstall "python-inotify.noarch" package
Please follow the guidelines below to uninstall python-inotify.noarch on Amazon Linux 2:
$
sudo yum remove
python-inotify.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python-inotify.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python-inotify
Arch : noarch
Version : 0.9.4
Release : 4.amzn2
Size : 49 k
Repo : amzn2-core/2/x86_64
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.
Available Packages
Name : python-inotify
Arch : noarch
Version : 0.9.4
Release : 4.amzn2
Size : 49 k
Repo : amzn2-core/2/x86_64
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.