#apt-get 卸载sudo apt-get remove --purge npmsudo apt-get remove --purge nodejssudo apt-get remove --purge nodejs-legacysudo apt-get autoremove ?#手动删除 npm 相关目录rm -r /usr/local/bin/npmrm -r /usr/local/lib/node-moudelsfind / -name npmrm -r /tmp/npm*
建议使用手动,删除软连接就行,有些依赖删除后,再安装可能安装不了,所以删除软连接,配置新的即可。
2、apt policy npm 查看 安装信息
apt-cache search npm 搜索安装包版本
apt-get madison npm 查看版本
apt-file 可以补全依赖文件
执行apt-file update 即可
apt-file search /usr/bin/npm 查看相关文件