Francis is a free and open source time management application for Linux. It is based on popular pomodoro technique and will improve your productivity and your health. The Pomodoro Technique is based on 25-minute stretches of focused work divided by five-minute breaks. Longer breaks,15 to 30 minutes, are taken after four consecutive work intervals. It is a simple and easy to use application with any other features.
How to Install Francis on Ubuntu
Francis time management app is available as a flatpak package file from the flathub remote repository. Open the terminal application (ctrl+alt+t) and run below command. It will install the latest version of Francis on your system.
flatpak install flathub org.kde.francis
Note: If you don’t have flatpak and flathub on your system, then install using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After the successful installation of Francis, you can open it using below command or via the Show Apps menu button from the Ubuntu dock.
flatpak run org.kde.francis
And you can also uninstall it using below commands.
flatpak uninstall org.kde.francis
[OR]
sudo flatpak uninstall org.kde.francis