Picmi is a free and open source number logic puzzle game for Linux. In this game, you need to reveal the hidden pattern in the board by coloring or leaving blank the cells in a grid according to numbers given at the side of the grid. Picmi is a single player game and comes with 3 difficulty modes and custom level maker. It comes with full screen mode, keyboard shortcuts, custom background and more. It is released under GNU General Public License v2.0 or later.
Install Picmi on Ubuntu Linux
Picmi is available as snap, flatpak and from default Ubuntu repository. In the terminal application (ctrl+alt+t) run below Picmi apt install command. It will install the latest Picmi game on your Ubuntu system.
sudo apt install picmi
After the installation you can open the game using the show applications menu or via below command.
picmi
You can also uninstall it using below command.
sudo apt remove picmi
Install Picmi via Snap:
In the terminal app run below Picmi snap install command.
sudo snap install picmi
It will install Picmi puzzle game on your system.
You can also uninstall it using below command.
sudo snap remove picmi
Install Picmi via Flatpak:
First install flatpak and flathub on your system and restart it after the installation.
Now in the terminal app run below Picmi flatpak install command to install latest version of Picmi game.
flatpak install flathub org.kde.picmi
After that open Picmi using below command.
flatpak run org.kde.picmi
And uninstall Picmi using below command.
sudo flatpak uninstall org.kde.picmi
That’s it.