anonymoussc
Sep 7, 2015 • Less than a minute read

Installing NodeJS v0.12 for Debian / Ubuntu based distributions

CLI command :

# Uninstall previous version
sudo apt-get remove --purge nodejs npm

# New setup script name for Node.js v0.12
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -

# Install with:
sudo apt-get install -y nodejs

More Information


All the best people in life seem to like LINUX. - Steve Wozniak

Post by: Anonymoussc (@anonymoussc)