3

I would like to install a binary executable so that all users can run it from the terminal. Where should I put it?

ændrük
  • 458

1 Answers1

6

/usr/local/bin/. It may already be in your path.

BSC
  • 176