-3

Yesterday, i try to uninstall node.js from my ubuntu. But i can uninstall only npm from my computer, surely. Now i want to uninstall node.js from my ubuntu(12.04) and install again. Firstly, please let me know about uninstalling node.js after I'll install it again.

I'm waiting..

YabMarket
  • 7
  • 1

1 Answers1

2

This might help. It's not for ubuntu specifically, but it shows how to unintall node on linux.

Community
  • 1
  • 1
RylandAlmanza
  • 1,358
  • 1
  • 8
  • 14
  • after i run sudo apt-get remove nodejs, i'm typing node via terminal and it's running still. – YabMarket Oct 30 '12 at 18:44
  • @YabMarket Sorry. But, why the comment about `apt-get remove`? This answer makes no mention of `apt-get`. The linked post explains how to just `rm` the installation. And, since `apt-get` is apparently failing, you'll probably have to `rm` the files yourself. – Jonathan Lonowski Oct 30 '12 at 19:19