I'm a novice with Ubuntu.
I downloaded nodejs from the nodejs.org website.
The file I downloaded is node-v7.1.0-linux-x64.tar.xz
I know how to extract it, but that's it.
Please explain how I can install it, and where I should put it in the filesystem.
sudo apt-get install python-software-propertiescurl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -sudo apt-get install nodejsIt will install latest Node.js active release to your system. – Gautam Vashisht Nov 14 '16 at 09:56setup_7.xbysetup_8.x– blfuentes Sep 09 '17 at 19:47