Try "./uninstall.sh"
Printable View
Try "./uninstall.sh"
Dave's script is quite handy.
I found another approach to automate this which people can read about here:
http://gnubox.dyndns.org:8080/~sunil/knoppixtweak.php
It's allways nice to have several ways to get the job done.
' echo $PATH ' - /usr/local/bin should be in there. If not, you have to ' /usr/local/bin/uninstall.sh ' (preface it with the path.)
' ls -l /usr/local/bin ' - the file permissions on the left should have an 'x' in them, otherwise the chmod didn't take:
-rwxrwxr-x
Quote:
Originally Posted by panther