a command to check if apr is already installed in my mac os x [closed]

StackOverflow https://stackoverflow.com/questions/20257696

  •  05-08-2022
  •  | 
  •  

Вопрос

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