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. :-)
Wednesday, March 18, 2009
Command not found
Labels:
chmod,
command not found,
install,
Linux,
Open Source,
Operating System,
permissions,
sh,
Ubuntu,
uninstall
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment