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

Last updated: May 19,2024

1. Install "python36-easywatch" package

Please follow the guidelines below to install python36-easywatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-easywatch

2. Uninstall "python36-easywatch" package

Please follow the step by step instructions below to uninstall python36-easywatch on openSuSE Tumbleweed:

$ sudo zypper remove python36-easywatch

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

Information for package python36-easywatch:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-easywatch
Version : 0.0.5-2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 7,5 KiB
Installed : No
Status : not installed
Source package : python-easywatch-0.0.5-2.12.src
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