Install mwc
Installing mwc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mwc
mwc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mwc |
version | 1.7.2-3 |
description | Powerful website-tracking tool |
subsection | utils |
website | github.com / Debianguru / MailWebsiteChanges |
maintainer | Jörg Frings-Fürst |
Uninstall mwc
To remove just mwc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mwc
Uninstall mwc and it’s dependent packages
To remove the mwc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mwc
Purging mwc
If you also want to delete configuration and/or data files of mwc from Debian Sid then this will work:
sudo apt-get purge mwc
To delete configuration and/or data files of mwc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mwc