How to Install and Uninstall python3-easywatch Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python3-easywatch" package

This guide let you learn how to install python3-easywatch on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-easywatch

2. Uninstall "python3-easywatch" package

In this section, we are going to explain the necessary steps to uninstall python3-easywatch on openSUSE Leap:

$ sudo zypper remove python3-easywatch

3. Information about the python3-easywatch package on openSUSE Leap

Information for package python3-easywatch:
------------------------------------------
Repository : Main Repository
Name : python3-easywatch
Version : 0.0.5-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.5 KiB
Installed : No
Status : not installed
Source package : python-easywatch-0.0.5-bp155.2.10.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