Disclaimer: The Linux version of the EARLY App is still an early Beta version. Please report any issue that you might encounter via our in-app support or to [email protected]
β
To make the EARLY app easy to install on as many Linux distributions as possible, we choose to use the "AppImage" format.
To run the EARLY app on your Linux system you need to perform 2 steps:
Make the AppImage executable:
Start the EARLY Application
Making the AppImage executable:
In your terminal, navigate to the folder where the "EARLY.AppImage" is located.
Run:
$ chmod a+x EARLY*.AppImage
Starting the application:
Simply open the folder where the EARLY.AppImage
is located in your filebrowser and double-click it.
Troubleshooting:
If you run into any troubles when starting or using the EARLY app, start it via the Terminal and you'll get some helpful debugging-output:
In your terminal, navigate to the folder where the "EARLY.AppImage" is located.
Start the App:
$ ./EARLY*.AppImage
Known issue: On older Ubuntu versions, libstdc++6
needs to be installed manually.
β