How to find where things are installed in Linux?

You just need to use which command, for example lets find the installation path for Node.js

which node

This will return in my case:

/home/myusername/n/bin/node