Kolor Lines (klines) is a free and open source puzzle game for Linux. It is released under GNU General Public License v2.0. It is a very addictive game according to its creator. In this game you can gather the color ball into the lines of the same color by 5. Just move the game start playing. You will get new balls keep arriving by 3 after each move.
How to Install Kolor Lines on Ubuntu Linux
Kolor Lines is available as a snap and flatpak package file. Open the terminal application using the ctrl+alt+t keys and run below Kolor Lines snap installation command.
sudo snap install klines
After the game installation you can open Kolor Lines using this command in terminal.
klines
You can also uninstall Kolor Lines using below command.
sudo snap remove klines
Install Kolor Lines via APT:
You can also install Kolor Lines via apt from the Ubuntu default repository. In terminal run below command to install Kolor Lines.
sudo apt install klines
After the installation you can open from the show applications Ubuntu menu. And you can uninstall Kolor Lines using this command.
sudo apt remove klines
Install Kolor Lines via Flatpak:
First you need to install the latest version flatpak and flathub on your system and restart your system after the installation. Follow below link for the installation instruction.
How to Install flatpak and flathub
After that in the terminal app run below Kolor Lines flatpak install command.
flatpak install flathub org.kde.klines
And open Kolor Lines flatpak game app using this command.
flatpak run org.kde.klines
And uninstall Kolor Lines flatpak using below command.
sudo flatpak uninstall org.kde.klines
That’s it.