Install mswatch
Installing mswatch package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mswatch
mswatch package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mswatch |
version | 1.2.0-2.1 |
description | watch mailstores for changes and initiate mailbox syncs – client tools |
subsection | |
website | mswatch.sourceforge.net |
maintainer | Jonas Smedegaard |
Uninstall mswatch
To remove just mswatch package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mswatch
Uninstall mswatch and it’s dependent packages
To remove the mswatch package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mswatch
Purging mswatch
If you also want to delete configuration and/or data files of mswatch from Debian Sid then this will work:
sudo apt-get purge mswatch
To delete configuration and/or data files of mswatch and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mswatch