1
Linux Specific Issues / Re: Can't uninstall
« on: October 24, 2009, 03:02:57 pm »Code: [Select]rm -rf /opt/PlaneShift
rm -rf ~/.PlaneShift
That should pretty much do the trick unless it was installed somewhere other than /opt
To see the directory in your home directory you will likely have to view hidden files but the second line will delete it even if you do not see it.
There may also be scripts in /usr/bin/ that you should also delete it should be pretty obvious which ones they are. I do not have them on this box or I would be more specific, perhaps someone else will chime in.
Thanks. I wasn't sure if it put files anywhere other than /opt and didn't know where to look. I didn't see anything that looked like part of it in usr/bin so hopefully I got it all. Thanks again.