CubeTimer is a free and open source time measuring application for Linux. Using CubeTimer, you can easily measure your Rubik’s cube puzzle solving time. It is a application that generate scrambled notation for 333 cube and record your last three solves. It is written in Python and released under MIT license.
How to Install CubeTimer on Ubuntu
To install CubeTimer on your Linux system, open the terminal application (ctrl+alt+t) and run below CubeTimer snap install command. It will install the latest version of CubeTimer on your system.
sudo snap install cubetimer
After the installation you can open it using below command or via Show Apps from the Ubuntu dock.
cubetimer
Press the spacebar to start and stop the timer. And you can also uninstall it using below command.
sudo snap remove cubetimer
Install CubeTimer via Flatpak:
You can also install CubeTimer using below flatpak command.
flatpak install flathub xyz.aguno.CubeTimer
And open it using below command.
flatpak run xyz.aguno.CubeTimer
Note: You need flatpak and flathub on your system. If you don’t have then install it using below commands and restart it after the installation. After that try above commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstall xyz.aguno.CubeTimer
[OR]
sudo flatpak uninstall xyz.aguno.CubeTimer