Is there a command to check if apr is already installed in my mac os x? Please if anyone knows how to do it explain it for me. I started to work with command line very recently and I need to learn a lot.

有帮助吗?

解决方案

To find a program in Mac OS X (same for most Linux distribution), in Terminal, use:

which apr

if found, it will display something like /usr/sbin/apr

If not found, it will output nothing.

Note: in Mac OS X, you can use Spotlight to search. Much easier.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top