Uninstall Node.JS using Linux command line?

abe picture abe · Apr 13, 2011 · Viewed 506k times · Source

How do you uninstall node.js using the cmd line in linux?

Answer

Manoj Gupta picture Manoj Gupta · Oct 22, 2012

In Ubuntu 12.04 simply type this

$ sudo apt-get remove nodejs

It will uninstall nodejs and npm as well simple.