How to Install and Uninstall python3-watchgod Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-watchgod" package

This guide covers the steps necessary to install python3-watchgod on Kali Linux

$ sudo apt update $ sudo apt install python3-watchgod

2. Uninstall "python3-watchgod" package

This guide covers the steps necessary to uninstall python3-watchgod on Kali Linux:

$ sudo apt remove python3-watchgod $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-watchgod package on Kali Linux

Package: python3-watchgod
Source: python-watchgod
Version: 0.8.2-2
Installed-Size: 59
Maintainer: Debian Python Team
Architecture: all
Depends: python3-anyio, python3:any
Size: 15864
SHA256: 2668dcd6b459e5f1e12bc401f29ba5aa2283906eec659fba5be11925aa3f0db2
SHA1: c7940c2ef0c364f7f2a59b2a5f9bab6a7854cb0b
MD5sum: a2b673ebce46f301d092ef674a8e5b8e
Description: Simple, modern file watching and code reload (Python3 version)
Simple, modern file watching and code reload in Python. It can watch for
changes in a directory and run a function to restart it when code changes.
Notifications about change events as well as to restart a process can use
the callback argument to pass a function which will be called on every file
change with one argument: the set of file changes.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/samuelcolvin/watchgod/
Section: python
Priority: optional
Filename: pool/main/p/python-watchgod/python3-watchgod_0.8.2-2_all.deb