Install wuzzah
Installing wuzzah package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install wuzzah
wuzzah package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | wuzzah |
version | 0.53-3 |
description | inobtrusively monitor your friends |
subsection | misc |
website | cs.swarthmore.edu / ~finney / proj / wuzzah |
maintainer | Radu-Bogdan Croitoru |
Uninstall wuzzah
To remove just wuzzah package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove wuzzah
Uninstall wuzzah and it’s dependent packages
To remove the wuzzah package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove wuzzah
Purging wuzzah
If you also want to delete configuration and/or data files of wuzzah from Debian Sid then this will work:
sudo apt-get purge wuzzah
To delete configuration and/or data files of wuzzah and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove wuzzah