I want to find where is my node.js in ubuntu linux system,
the command: which node gives me the path of /usr/bin/node, but when I go to that folder, there i
running dpkg-query -L nodejs will list the full path to every file belonging to the nodejs package. If /usr/bin/node is not there (it should be a symlink to /usr/bin/nodejs), then something went wrong with the apt-get install.