Rnote is a free and open source note taking software for Linux. It is written in Rust and released under GNU General Public License v3.0. It is a vector based note taking application for handwritten notes. You can also to annotate documents and pictures. It comes with marker, brush and shaper tools, eraser and selector. You can import images and export files as SVG, set the sheet format, draw with mouse and dark mode support.
Install Rnote Note Taking on Ubuntu Linux
Rnote is available as a flatpak package from flathub. You need flatpak in your system to install any flatpak app. Follow below link for flatpak and flathub installation tutorial. And restart your system after the flatpak installation.
How to install flatpak and flathub
Open the terminal app (ctrl+alt+t) and run below Rnote flatpak installation command. It will install the latest version of Rnote on your Ubuntu Linux pc.
flatpak install flathub com.github.flxzt.rnote
And start Rnote using this command.
flatpak run com.github.flxzt.rnote
You can also uninstall app via
sudo flatpak uninstall com.github.flxzt.rnote
that’s all.