gbrainy is a free and open source memory gaming application for Linux and Windows. Using this app you can test and train your brain memory easily. It comes with logic puzzles, mental calculation, memory trainers and verbal analogies. These games with increase your reasoning, thinking, calculation, short term memory and verbal aptitude skills. Some other app features are game history, player’s personal records and full screen mode. It is released under GNU General Public License v2.0.
How to Install gbrainy on Ubuntu Linux
Gbrainy is available from default Ubuntu repositories and via flatpak packages. Start the terminal application in your system using the ctrl+alt+t keys or via the show application menu and run below command one by one. It will install the latest version of gbrainy app on your system.
sudo apt update
sudo apt install gbrainy
gbrainy
Install gbrainy via Flatpak
First you need to install the latest version of flatpak and flathub on your system and restart it after the installation. Now in the terminal run below gbrainy flatpak install command.
flatpak install flathub org.gnome.gbrainy
you can start gbrainy flatpak using this command.
flatpak run org.gnome.gbrainy
And uninstall it using
sudo flatpak uninstall org.gnome.gbrainy
That’s all