Lix is a free and open source puzzle game for Linux, Windows and MacOS It is heavily inspired by old game Lemmings. It comes with more than 700 single player puzzles, real-time multiplayer support and build-in level editor to create own levels. This game’s code and graphics and music are released under the CC0 (Creative Commons) public domain dedication.
Install Lix Game on Ubuntu Linux
Lix is available as a flatpak package from remote flathub. First you need to install the latest version of flatpak and flathub on your system and restart after the installation. Follow below link for installation instructions.
How to Install flatpak and flathub
Open the terminal command-line application via the applications menu or using the ctrl+alt+t keys and run below flatpak command to install Lix game.
flatpak install flathub com.lixgame.Lix
You can open the Lix Puzzle Game using this command.
flatpak run com.lixgame.Lix
And uninstall Lix via below command
sudo flatpak uninstall com.lixgame.Lix
That’s it.