Install twatch
Installing twatch package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install twatch
twatch package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | twatch |
version | 0.0.7-1 |
description | watch torrent trackers and automatically download new torrents |
subsection | net |
website | twatch.rshadow.ru |
maintainer | Roman V. Nikolaev |
Uninstall twatch
To remove just twatch package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove twatch
Uninstall twatch and it’s dependent packages
To remove the twatch package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove twatch
Purging twatch
If you also want to delete configuration and/or data files of twatch from Debian Sid then this will work:
sudo apt-get purge twatch
To delete configuration and/or data files of twatch and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove twatch