Tuesday, January 21, 2014

How to remove rest files after uninstall netbeans on Mac

1. Shotdown the software


2. Drag the Netbeans folder in /Applications to the Trash


3. Delete some file with terminal


rm -rf ~/Library/Application\ Support/NetBeans/7.4
rm -rf ~/Library/Caches/NetBeans/7.4
sudo rm -rfv /private/var/db/receipts/org.netbeans.*

6 comments: