After launching an ec2 Ubuntu 16.04 instance on AWS, I have both:
apt-get install nodejs
and:
apt-get install node.js
Both are runnable but each shows different disk usage. Which should be the correct one to install Node.js? (Why are there two? How different are they?)