last version of NodeJS install by apt-get
问题 Debian Linux (Debian Stable, UBUNTU LTS, etc.) and others use apt-get as good and reliable installer tool. I need to use only apt-get ... The problem is that I do the simple sudo apt-get install nodejs but as result I have nodejs --version (or node --version ) 0.10.41 (!) It is not the today's most updated stable Node.JS version, 5.2.0 I also try node -p process.versions.v8 that results in 3.14.5.9 so, also is very less than 5.2 . NOTES I am using UBUNTU 14 LTS.... And try a workaround but