Kommit Graphical Git Client

Kommit is a free and open source git client application for Linux. It comes with overlay icons on files in the file manager, graph view for commits and merges, autocomplete, browse files in another branch or commit, view differences and conflicts in visual tool. It is released under GNU General Public License v3.0 or later.

Kommit Git Client

How to Install Kommit on Ubuntu

To install Kommit on your system, run below snap install command on your terminal application. (ctr+alt+t).

sudo snap install kommit

It will install the latest Kommit on your system. After the installation, run below command to open it or you can also start it via the Show Apps Ubuntu dock menu.

kommit

You can also uninstall Kommit using below command.

sudo snap remove kommit

Install Kommit via Flatpak:

You can also install Kommit via flatpak. If you don’t have then install flatpak and flathub on your system first and restart it after the installation. Follow below two commands for the installation.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Then open the terminal app and run below Kommit flatpak install command.

flatpak install flathub org.kde.kommit

Now you can open Kommit using below command.

flatpak run org.kde.kommit

And you can also uninstall it via below commands.

flatpak uninstall org.kde.kommit

[OR]

sudo flatpak uninstall org.kde.kommit
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Install WayDroid on Ubuntu - Run Android Apps on Ubuntu

Leave a Reply