How to Install and Uninstall python311-pyinotify Package on openSUSE Leap
Last updated: November 12,2024
1. Install "python311-pyinotify" package
Please follow the instructions below to install python311-pyinotify on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pyinotify
Copied
2. Uninstall "python311-pyinotify" package
This tutorial shows how to uninstall python311-pyinotify on openSUSE Leap:
$
sudo zypper remove
python311-pyinotify
Copied
3. Information about the python311-pyinotify package on openSUSE Leap
Information for package python311-pyinotify:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pyinotify
Version : 0.9.6-150400.13.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 335.0 KiB
Installed : No
Status : not installed
Source package : python-pyinotify-0.9.6-150400.13.3.1.src
Upstream URL : https://github.com/seb-m/pyinotify
Summary : Python module for watching filesystems changes
Description :
pyinotify is a Python module for watching filesystems changes. By its design
pyinotify can be used for any 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. The raw interface of inotify is
compounded of three system calls. pyinotify binds these system calls and
provides an implementation on top of them offering a generic and abstract way
to use inotify with Python. Pyinotify doesn't requires much detailed knowledge
of inotify. Moreover, it only needs few statements for initializing, watching,
handling (eventually trough a new separate thread), and processing events
notifications through subclassing. The only things to know is the path of items
to watch, the kind of events to monitor and the actions to execute on these
notifications.
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pyinotify
Version : 0.9.6-150400.13.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 335.0 KiB
Installed : No
Status : not installed
Source package : python-pyinotify-0.9.6-150400.13.3.1.src
Upstream URL : https://github.com/seb-m/pyinotify
Summary : Python module for watching filesystems changes
Description :
pyinotify is a Python module for watching filesystems changes. By its design
pyinotify can be used for any 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. The raw interface of inotify is
compounded of three system calls. pyinotify binds these system calls and
provides an implementation on top of them offering a generic and abstract way
to use inotify with Python. Pyinotify doesn't requires much detailed knowledge
of inotify. Moreover, it only needs few statements for initializing, watching,
handling (eventually trough a new separate thread), and processing events
notifications through subclassing. The only things to know is the path of items
to watch, the kind of events to monitor and the actions to execute on these
notifications.