• Here is a shell codes on how to install NodeJS and NPM in Ubuntu. I think these codes works as well in other Linux environment.
wget http://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-x64.tar.gz  
sudo tar -C /usr/local --strip-components 1 -xzf node-v5.1.0-linux-x64.tar.gz