Install nodau
Installing nodau package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nodau
nodau package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nodau |
version | 0.3.7-1+b1 |
description | simple console based note taking program |
subsection | utils |
website | sandbox.ltmnet.com / nodau |
maintainer | Salvatore Bonaccorso |
Uninstall nodau
To remove just nodau package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nodau
Uninstall nodau and it’s dependent packages
To remove the nodau package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nodau
Purging nodau
If you also want to delete configuration and/or data files of nodau from Debian Sid then this will work:
sudo apt-get purge nodau
To delete configuration and/or data files of nodau and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nodau