Wednesday, March 18, 2009

Command not found

I was trying to uninstall NetBeans from my Linux box. I tried sudo ./uninstall.sh but every time (just to make sure 'm typing everything correctly) it gave me Command Not Found error.

Finally, I found the solution as

chmod a+x uninstall.sh

use SH command.

sh uninstall.sh

This works perfectly. :-)

No comments:

Post a Comment