우분투에서는 Netbeans를 제거할 수 없습니다.

우분투에서는 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

관련 정보