Distributions: How to remove it after installing

Created on 2 Apr 2020  路  1Comment  路  Source: nodesource/distributions

Hi,

I want to uninstall it 'cause I'm facing some problem when I try to npx, so I planned to re-install it, but I'm not sure first how to remove the old package in ubuntu!

Most helpful comment

Something like:

% sudo apt-get remove --purge nodejs

should do the trick.

>All comments

Something like:

% sudo apt-get remove --purge nodejs

should do the trick.

Was this page helpful?
0 / 5 - 0 ratings