Install nmh
Installing nmh package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nmh
nmh package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nmh |
version | 1.6-10 |
description | set of electronic mail handling programs |
subsection | |
maintainer | Alexander Zangerl |
Uninstall nmh
To remove just nmh package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nmh
Uninstall nmh and it’s dependent packages
To remove the nmh package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nmh
Purging nmh
If you also want to delete configuration and/or data files of nmh from Debian Sid then this will work:
sudo apt-get purge nmh
To delete configuration and/or data files of nmh and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nmh