kompare command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kompare: command not found
or when using sudo you get the following error message
sudo: kompare: command not found
Solutions to kompare: command not found
How To Fix kompare: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kompare is provided by kompare package.
kompare is:
Kompare displays the differences between files. It can compare the contents of files or directories, as well as create, display, and merge patch files.
This package is part of the KDE Software Development Kit module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kompare
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kompare.
sudo apt -y install kompare
Or if you have aptitude installed you can use the following command.
sudo aptitude install kompare
Summary
In this tutorial we learn how to fix kompare command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.