Nanonote is a free and open source note taking application for Linux, Windows and MacOS. It is a minimalist, simple and easy to use note taking app. It also comes with very few configurations option. Just right click on the inside of the application and you can configure font, insert task. move lines up and down, indent and unindent, find and increase and decrease fonts. It automatically saved the typed text on your disk. You can also open URLs using Ctrl+click or Ctrl+G shortcuts.
Download Nanonote [Windows, Linux, MacOS]
How to Install Nanonote on Ubuntu Linux
Nanonote is available as a native deb package file and flatpak package file. Download the latest version of Nanonote in .deb package file from the above download link and save it on your Downloads folder. Open the terminal software (ctrl+alt+t) and run below nanonote apt install command.
Note: Here “nanonote_1.3.93_amd64.deb” is the downloaded file name and Downloads is the path.
sudo apt install ./Downloads/nanonote_1.3.93_amd64.deb
[OR]
sudo apt install ./Downloads/nanonote*.deb
Install Nanonote via Flatpak:
First install the latest version of flatpak and flathub on your system and restart it after the installation.
Now in the terminal app run below Nanonote flatpak install command.
flatpak install flathub com.agateau.nanonote
And open can open Nanonote using below command.
flatpak run com.agateau.nanonote
And uninstall it using below command.
sudo flatpak uninstall com.agateau.nanonote
That’s it.