Linux Installer does not open - any help?

I downloaded and upacked the Linux installer, and when I try to run it it remains silent / nothing opens. What I expect is an app (a user interface). I am </I am unable to use commnd lien tools. How would you proceed?
I rund Zorin Linux latest version. Any ideas?

Du wirst die Datei ausführbar (chmod) machen müssen.

Right click and under “Properties > Permissions” make sure that “Allow executing file as program” is selected, then try again.

Running from the terminal would be more informative, but understood if you are not comfortable with this.

"Allow executing file as program” = That is set and it didn’t help, still no execution of the installer. How to install iodeOS?
I do not have Windows, and Mac is not supported.

Just ran into the same issue with the installe r3.0…

I think Zorin is still Ubuntu 22.04 based? This is why, the dependencies are too old on it. If you can right-click on empty space when in the folder containing the binary, do you have an “Open in Terminal” option? If so, do that, then run this command:

./iodeOS-installer

And it will give output as to what is failing. If you don’t have that “Open in Terminal” option, then start a terminal and cd "path/to/installer folder" something like this:

cd "Downloads/iodéOS installer/" (you need quotes if there are spaces in the path)

Then when in the right directory, run the installer as above:

./iodeOS-installer

If things are working in Linux, you are right you shouldn’t need the terminal. But when things aren’t working it is needed to sort out why it isn’t working

very sad that we can’t use the old version of the installer in ubuntu 22.04 based systems. i now have to setup iode manually until a new version of my os is released..

When I open in the terminal as you said and then enter “./iodeOS-installer”
it gives me:
./iodeOS-installer: symbol lookup error: ./iodeOS-installer: undefined symbol: g_once_init_enter_pointer

Edit: where can I find the old version of the Iode Installer to download? :innocent:

dpkg -l | grep libglib
gives me

Zusammenfassung

ii libglib-object-introspection-perl 0.049-1+build2 amd64 Perl bindings for gobject-introspection libraries
ii libglib-perl:amd64 3:1.329.3-2build1 amd64 interface to the GLib and GObject libraries
ii libglib2.0-0:amd64 2.72.4-0ubuntu2.5 amd64 GLib library of C routines
ii libglib2.0-0:i386 2.72.4-0ubuntu2.5 i386 GLib library of C routines
ii libglib2.0-bin 2.72.4-0ubuntu2.5 amd64 Programs for the GLib library
ii libglib2.0-data 2.72.4-0ubuntu2.5 all Common files for GLib library
ii libglibmm-2.4-1v5:amd64 2.66.2-2 amd64 C++ wrapper for the GLib toolkit (shared libraries)

So, whats next?

i use linux mint and work very well.

Ok, it seems it wouldnt work with Zorin as it demands GLib 2.74 and Zorin only supports up to GLib 2.72. Quite close though! :grin: