Meld is a free and open source visual diff, compare and merge tool for Linux, Windows and MacOS. Using Meld you can compare files, directories, and version controlled projects easily with less confuse. It comes with 2 way and 3 way comparison mode of both files and directories and real time comparisons update as you type. It supports Git, Mercurial, Bazaar and Subversion version control systems. It is released under the GPL v2 or later license.
How to install Meld on Ubuntu Linux
Meld is available via Ubuntu repositories and as a flatpak package from flathub. Open the terminal software in your system using the ctrl+alt+t keys and run below commands. It will install Meld application on your system.
sudo apt update
sudo apt install meld
After the installation start meld using below command or you can also start it via show applications menu.
meld
Install meld via Flatpak:
You can also install meld app using flatpak. For that you need to install flatpak and flathub on your system and restart it after the installation. Then open terminal and run below meld flatpak installation command.
flatpak install flathub org.gnome.meld
And start meld using below flatpak command.
flatpak run org.gnome.meld
You can also uninstall it via
sudo flatpak uninstall org.gnome.meld
That’s it.