2026-04-23 11:01 PM - last edited on 2026-04-28 2:22 AM by Andrew Neil
Hello,
I have downloaded the stedgeai for Linux on windows pc and transferred to Linux system running Ubuntu 22.04 .
i want to know is it possible to install it in a headless mode where I don’t have to do or click anything on the gui as my Ubuntu system is all console based with no gui.
whenever I try to run ./Linux installer I am getting this error
./-linux-onlineinstaller: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
please let me know how to install it on a headless system.
best
R
2026-04-28 2:20 AM
Hi @darla14,
You can use the installer in command line and use --help
For example:
online_installer.exe -t <target installpath> --accept-licenses --accept-messages --confirm-command --verbose install stedgeai0400.stm32mcu
Have a good day,
Julian