I am working with a really raw build of Debian that came pre-installed on a VPS and has no application software whatsoever on it. For example, I just went to test the mail system and found that the "mail" client is not there (command not found).
Now, in all honesty, I never knew exactly what "mail" is, other than it points to /etc/bin/mail. Is mail the same thing as elm, or is it different?
To solve my immediate problem, I installed mutt. The question is, should I:
- install mail too
or - make the command 'mail' a symbolic link to mutt
or - just leave things the way they are with mutt installed, but mail not installed