Sticky is a free and open source note taking application for Linux from Linux Mint team. You can stick the notes in your desktop. It offers old traditional sticky note on your working desk look. It is written in python. It comes with some basic text formatting features like bold, italics, Fixed Width, Underline, Strike through, Highlight, Header, toggle Checklist and Bullets and some other features are spell-checking, tray icon support, automatic backups, organizer. You can set the note color in Blue, Green, Magenta, Orange, Purple, Red, Teal, and Yellow.
Install Sticky Notes App in Ubuntu Linux
Sticky is available via this unofficial PPA and you can install it on your Ubuntu linux. Open the terminal application (Ctrl+Alt+T) and add the below PPA on your system.
sudo add-apt-repository ppa:kelebek333/mint-tools
Type your Ubuntu user password if needed and hit enter and after that press the Enter key confirm the PPA addition. Now run below command.
sudo apt update
And you can install the sticky notes app via below command
sudo apt install sticky
Uninstall Sticky on Ubuntu Linux
In terminal run below command to uninstall Sticky Note taking App
sudo apt remove sticky
And run below command to remove its PPA
sudo add-apt-repository --remove ppa:kelebek333/mint-tools
That’s all.