
可能的重複:
如何解除安裝軟體包
我已經在 Ubuntu 10.04.4 LTS 上安裝了 smartmontools
sudo apt-get install smartmontools
但我不小心將其安裝在錯誤的伺服器視窗中,有人知道如何卸載它嗎?我必須嘗試用谷歌搜尋答案,但現在我找到了刪除它的方法
答案1
與您運行的方式類似apt-get install
,運行:
sudo apt-get remove smartmontools
可能的重複:
如何解除安裝軟體包
我已經在 Ubuntu 10.04.4 LTS 上安裝了 smartmontools
sudo apt-get install smartmontools
但我不小心將其安裝在錯誤的伺服器視窗中,有人知道如何卸載它嗎?我必須嘗試用谷歌搜尋答案,但現在我找到了刪除它的方法
與您運行的方式類似apt-get install
,運行:
sudo apt-get remove smartmontools