簡體   English   中英

如何在Ubuntu 14.04上卸載Node.js(最新方法)

[英]How to uninstall nodejs (recent method) on ubuntu 14.04

我正在尋找一種完全卸載nodejs的最新方法。 有什么命令嗎? 有什么簡單的方法嗎? 我不想學習卸載程序腳本,因為我想學習該過程。

在Ubuntu 14.04上使用Node.js 0.12

您可能已經安裝了像我這樣的各種nodejs。

請嘗試以下任何一種操作來刪除已安裝的內容。

// this will remove node
$ sudo apt-get --purge remove node

// this will remove nodejs-legacy
$ sudo apt-get --purge remove nodejs-legacy

// this will remove nodejs
$ sudo apt-get --purge remove nodejs

由於嘗試過多,我不知道安裝了什么。 直到成功卸載nodejs。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM