When I used the node -v command to check the version of node in my Ubuntu 16.04 system, it showed me version 6.9.1, but when I used the nodejs -v command, it showed version 6.9.2. Previously, I had used the npm update command.
What are the differences between node -v and nodejs -v now? and how can I update node/nodejs to the most recent LTS version?