Page 1 of 1

[SOLVED] How to uninstall linux free version?

PostPosted: Sat Jun 09, 2018 9:50 pm
by NginUS
On Linux Mint 18.3 I have 1 each of the Xeoma apps unpacked in a specified folder in ~/ for the app to run from. Being that these executables 'just work', I was surprised to see an 'Install' option within the app.

The installer from there looks like this:
Untitled.png
Untitled.png (181.8 KiB) Viewed 6891 times


I'm wary of running an installer other than via aptitude. How would I go about uninstalling if I can't use aptitude to do so? Does your installer provide an uninstaller executable similarly to how Windows does?

Re: How to uninstall linux free version?

PostPosted: Tue Jun 19, 2018 1:12 am
by mtux96
From the command line interface, I believe the command would be
Code: Select All Code
./xeoma.app -install -removeall


Code: Select All Code
./xeoma.app --help
is always helpful on the command line.

Keep in mind that both need to be executed from the directory that xeoma.app is in, unless you link to it from your/use/bin directory like I do.

Re: How to uninstall linux free version?

PostPosted: Tue Jun 19, 2018 1:17 am
by NginUS
mtux96 Wrote:From the command line interface, I believe the command would be
Code: Select All Code
./xeoma.app -install -removeall


Code: Select All Code
./xeoma.app --help
is always helpful on the command line.

Keep in mind that both need to be executed from the directory that xeoma.app is in, unless you link to it from your/use/bin directory like I do.



Thanks. Marked as solved.