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

Last updated: September 28,2024

1. Install "python36-watchgod" package

Please follow the guidance below to install python36-watchgod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-watchgod

2. Uninstall "python36-watchgod" package

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

$ sudo zypper remove python36-watchgod

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

Information for package python36-watchgod:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-watchgod
Version : 0.6-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 58,2 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.