I always install it by downloading standalone version from http://betterthangrep.com/ There is a command on the homepage you can copy paste to shell and execute.
Ack is simply too often used and I don't want to type ack-grep all the time.
<nit>
$ man alias
No manual entry for alias
$ man bash
ALIASES
Aliases allow a string to be substituted for a word when it is used as the first word of a simple command.
</nit>
alias is not a standalone, it's part of the shell (in bash at least).
Alias (though not 'man alias' :) ) could work. But I prefer my way (on server) because I have one thing less to worry about, namely putting 'alias ack=ack-grep' to .bash_aliases.
Yeah, it's quick and dirty I guess...
got me:
ack - Kanji code converter
:(