Palapeli is a free and open source Jigsaw Puzzle game for Linux. Using Palapeli you can create amazing Jigsaw Puzzles using any image. It is a single-player jigsaw puzzle game and you are allowed freely move all the pieces. The game is saved on your disk automatically without pressing any save buttons. Currently it supports 4 to 10,000 pieces and piece holders. It is released under GPL-2.0+ and GFDL-1.3 licence.
Install Palapeli Game on Ubuntu Linux
Palapeli is available as a snap and flatpak. Open the terminal command-line application (ctrl+alt+t) and run below Palapeli snap installation command. It will install the latest version of Palapeli on your system.
sudo snap install palapeli
palapeli
You can remove Palapeli using
sudo snap remove palapeli
Install Palapeli via Flatpak:
You need to install flatpak and flathub on your system and restart it after the installation. Now in terminal app run below Palapeli flatpak installation command.
flatpak install flathub org.kde.palapeli
You can start palapeli game using below command.
flatpak run org.kde.palapeli
And uninstall it via
sudo flatpak uninstall org.kde.palapeli
That’s all