Letslearn is a free and open source note taking application for Linux. It is simple and minimal note taking app with just few controls. It is still in early stage of development. It comes with Markdown support, code highlighting, build-in search for notes and you can export all note data to JSON file.
How to Install Letslearn on Ubuntu Linux
Letslearn is available as a flatpak package file. If you don’t have then install flatpak and flathub on your Linux system first then restart it. Follow below for installation instaructions.
Install flatpak and flathub on Ubuntu
Then start your terminal or console app and run below Letslearn flatpak installation command. It will install the latest version of Letslearn on your system.
flatpak install flathub io.github.letslearn_app.letslearn
After the installation you can open the app from the show application menu or via below flatpak command in the terminal.
flatpak run io.github.letslearn_app.letslearn
If you dont like the uninstall it using thia command.
sudo flatpak uninstall io.github.letslearn_app.letslearn
That’s it.