我嘗試卸載 XDM,安裝後該程式仍然顯示在開始功能表中。嘗試清除,但找不到進程。幫我徹底刪除該程式
答案1
搜尋 /usr/ 和 /bin/ 中的二進位目錄或使用以下命令搜尋二進位檔案:
$cd /
$sudo find -type f -iname *binary name*
並(重新)移動該檔案(如果在目錄外找到該檔案)。
我嘗試卸載 XDM,安裝後該程式仍然顯示在開始功能表中。嘗試清除,但找不到進程。幫我徹底刪除該程式
搜尋 /usr/ 和 /bin/ 中的二進位目錄或使用以下命令搜尋二進位檔案:
$cd /
$sudo find -type f -iname *binary name*
並(重新)移動該檔案(如果在目錄外找到該檔案)。