Install pybit-watcher
Installing pybit-watcher package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pybit-watcher
pybit-watcher package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pybit-watcher |
version | 1.0.0-2.1 |
description | watches incoming directories for reprepro |
subsection | devel |
website | nicholasdavidson.github.com / pybit / |
maintainer | Neil Williams |
Uninstall pybit-watcher
To remove just pybit-watcher package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pybit-watcher
Uninstall pybit-watcher and it’s dependent packages
To remove the pybit-watcher package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pybit-watcher
Purging pybit-watcher
If you also want to delete configuration and/or data files of pybit-watcher from Debian Sid then this will work:
sudo apt-get purge pybit-watcher
To delete configuration and/or data files of pybit-watcher and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pybit-watcher