Ok, so here are the default options for the folder locations, and the un-install file, with some pictures
First, the paths to the un-installer for Ubuntu (minus custom, of course) -
Code: Select all
Path for just you install - /home/YourUserName/.runrev/components/livecodecommunity-9.0.0.x86_64/setup.x86_64
Path for everyone install - /opt/livecode/livecodecommunity-9.0.0.x86_64/setup.x86_64
Now pictures -
1.) Make sure you have "Show HIdden" ticked -

2.) Here is the path if you installed for just you -

3.) Here is the path if you installed for everyone -

4.) When you get to the location you installed to, you will be looking for this file (cursor is over the file) -

5.) After clicking that file and uninstalling, to completely finish, delete the left over folders (if any) -

** Note - for the last step, if you installed for everyone, you will have to be root to delete the folder in 'opt'.
Hope that helps you out some, but of course, if you really did do a custom super secret location, you may have problems locating it, since Ubuntu apparently has a problem finding certain files.
Code: Select all
# Terminal output -
ubuntu@ubuntu:~$ find .runrev
.runrev
.runrev/components
ubuntu@ubuntu:~$ locate .runrev
ubuntu@ubuntu:~$ find setup.x86_64
find: ‘setup.x86_64’: No such file or directory
ubuntu@ubuntu:~$ find livecode
find: ‘livecode’: No such file or directory
ubuntu@ubuntu:~$ find livecodecommunity
find: ‘livecodecommunity’: No such file or directory
ubuntu@ubuntu:~$ find livecodecommunity-9.0.0.x86_64
find: ‘livecodecommunity-9.0.0.x86_64’: No such file or directory
ubuntu@ubuntu:~$ sudo find livecodecommunity-9.0.0.x86_64
find: ‘livecodecommunity-9.0.0.x86_64’: No such file or directory