UbuntuではNetbeansを削除できません。

UbuntuではNetbeansを削除できません。

私はnetbeans8.0の新しいバージョンを使用しており、より低いバージョンのnetbeans7.4を削除したいと思います。私は次のコマンドを試しましたterminal

root@selvaksa-OEM:/usr/local/netbeans-7.4# sh uninstall.sh

これを行うと、次のエラーが発生します。

Specified target component -nb-base/7.4.0.0.201310111528 
was not found in the registry. the Installer 
can continue as if the target component was not specified.
Click yes to continue, no to exit

をクリックするとyesメッセージが表示され、[続行]をuninstallクリックするとIDEの設定を完了するためにuninstallクリックするように求められます。finish

netbeans7.4 IDE

ベストアンサー1

私も同じ問題があり、次のように解決しました。

rm -rf /usr/local/netbeans
rm -rf /usr/local/glassfish
rm -rf /root/.nbi

おすすめ記事