Installing L'Math on GNU/Linux
This guide helps you with installing L'Math on Linux.
This tutorial only works for the free private version
This guide page instructs you to install the free private version of L'Math. You shouldn't follow this guide page if you are installing the organizational version.
Video tutorials
Step by step: AppImage
1. Download the latest AppImage
Start by downloading the latest AppImage package from the download page. You may move the downloaded file to any location you want. Please ensure that the name of the AppImage file doesn't contain any special characters (such as Scandinavian letters åäö, quotes, etc.).
2. Setup the file permissions
Now you need to set the correct permissions to the downloaded file. This can usually be easily done on most graphical Linux distributions. Open the file's properties by right clicking on the file, find the permissions tab and allow executing the file as a program.
Advanced users can also use their favourite terminal to do the task. The correct file permissions can be applied e.g. with chmod +x LMath*.AppImage
3. All done!
You are now ready to use L'Math! On most distros, you can open AppImage files by double clicking on them.
Other installation methods
Debian, Ubuntu, Linux Mint
We provide a deb package that works on Debian and its derivatives. Find it on the downloads page.
You can install it with apt, for example:
sudo apt install ./LMath_Linux_r1.11.0-release.deb
Many distros also have an official GUI way to install such packages. Try out, click the file to open it!
NixOS
Yhteisöpohjainen asennuspaketti NixOS:n löytyy pakettihakemistosta.
Installation script
The script fetches the newest release of L'Math and installs it under ~/.lmath/ and also creates and registers the .desktop file for it.
The current installation script is located at https://lehtodigital.fi/f/IIlmS - download, edit and use however you want!
wget -qO lmath.sh https://lehtodigital.fi/f/IIlmS && bash ./lmath.sh && rm ./lmath.sh