I just switch from ubuntu to archlinux and I installed ack-grep via pacman. However what I found is I can't run $ ack from terminal directy. I have to type $ perl ack , which is a pain...I wonder if anyone hve experienced similar situation and how do you solve it.
Thanks
There is no reason to use an alias here. It is perl's job to update $PATH in this case. Seeing that the perl package is included in the base group then at most re-logging in should correct everything.
I've also tested this on my system and pacman -Syu ack (-Syu should always be used when installing).
# pacman -Syu ack
# ack --help (no error)
Also
$ which ack
/usr/bin/vendor_perl/ack
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With