How to Install and Uninstall python3-inotify.noarch Package on AlmaLinux 8
Last updated: November 27,2024
1. Install "python3-inotify.noarch" package
This guide let you learn how to install python3-inotify.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-inotify.noarch
Copied
2. Uninstall "python3-inotify.noarch" package
Here is a brief guide to show you how to uninstall python3-inotify.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-inotify.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-inotify.noarch package on AlmaLinux 8
Last metadata expiration check: 1:45:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-inotify
Version : 0.9.6
Release : 13.el8
Architecture : noarch
Size : 57 k
Source : python-inotify-0.9.6-13.el8.src.rpm
Repository : baseos
Summary : Monitor filesystem events with Python under Linux
URL : https://github.com/seb-m/pyinotify
License : MIT
Description : This is a Python 3 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 : python3-inotify
Version : 0.9.6
Release : 13.el8
Architecture : noarch
Size : 57 k
Source : python-inotify-0.9.6-13.el8.src.rpm
Repository : baseos
Summary : Monitor filesystem events with Python under Linux
URL : https://github.com/seb-m/pyinotify
License : MIT
Description : This is a Python 3 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.