Sticky Notes is a free and open source Note taking application for Linux. It is written in GJS and uses GTK4 and released under MIT License. Using this application you can stick your notes in your desktop. You can set colors for your notes and it comes with bold, italic, underline and strike text decorations. keyboard shortcuts and you can manage all notes via central Window.
How to Install Sticky Notes on Ubuntu Linux
You can install Sticky Notes via flatpak from flathub. first you need to install the latest version of flatpak and flathub on your system and restart it after the installation.
Install flatpak and flathub on Ubuntu
After that open the terminal software (ctrl+alt+t) and run below Sticky Notes flatpak install command.
flatpak install flathub com.vixalien.sticky
Open the Sticky Notes using below command.
flatpak run com.vixalien.sticky
And uninstall Sticky Notes using below command.
sudo flatpak uninstall com.vixalien.sticky
That’s it.