How to Install and Uninstall python38-watchgod Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python38-watchgod" package

Please follow the instructions below to install python38-watchgod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-watchgod

2. Uninstall "python38-watchgod" package

This is a short guide on how to uninstall python38-watchgod on openSuSE Tumbleweed:

$ sudo zypper remove python38-watchgod

3. Information about the python38-watchgod package on openSuSE Tumbleweed

Information for package python38-watchgod:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-watchgod
Version : 0.6-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 58,1 KiB
Installed : No
Status : not installed
Source package : python-watchgod-0.6-2.13.src
Summary : Python file watching and code reload
Description :
Simple, modern file watching and code reload in Python.
watchgod is inspired by watchdog, hence the name, but tries to fix
29-some of the frustrations I found with watchdog, namely: separate
approaches for each OS, an inelegant approach to 30-concurrency using
threading, challenges around debouncing changes and bugs which weren't
being fixed.