How to Install and Uninstall python311-easywatch Package on openSuSE Tumbleweed

Last updated: November 14,2024

1. Install "python311-easywatch" package

This is a short guide on how to install python311-easywatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-easywatch

2. Uninstall "python311-easywatch" package

Please follow the steps below to uninstall python311-easywatch on openSuSE Tumbleweed:

$ sudo zypper remove python311-easywatch

3. Information about the python311-easywatch package on openSuSE Tumbleweed

Information for package python311-easywatch:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-easywatch
Version : 0.0.5-2.25
Arch : noarch
Vendor : openSUSE
Installed Size : 6.7 KiB
Installed : No
Status : not installed
Source package : python-easywatch-0.0.5-2.25.src
Upstream URL : https://github.com/Ceasar/easywatch
Summary : Directory monitoring package for Python
Description :
Easywatch exports one function, `watch` which watches a directory for
changes and notifies a handler the type of event and the name of the
file that triggered it.
There are four types of events that the handler can be notified about:
* created: a file was created
* deleted: a file was deleted
* modified: a file was modified
* moved: a file was moved