I am new to the Mac philosophy, but I have been using Ubuntu since a while. Now I am using Mac at work, and I have to install a few programs, not apps, from source code distribution.
I did try to gunzip a folder in /usr/local/ but it says permission denied. Same result with sudo. The su command just freezes.
Is /Users/ a better place to go? I suppose I do not need permission to write in there, right?
Where should I install new software (from source code distribution) on a Mac?
/usr/local? Also, what are you trying to install? Homebrew might be the better approach than doing everything manually. – nohillside Apr 06 '18 at 19:51drwxr-xr-x 16 root wheel 544 Apr 6 18:53 local(I don't even know whatwheelis). – Py-ser Apr 06 '18 at 20:01sudo touch /usr/local/xyzzy? – nohillside Apr 06 '18 at 20:16/usr/localis where you can install your programs. – Allan Apr 06 '18 at 20:23