concordance command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
concordance: command not found
or when using sudo you get the following error message
sudo: concordance: command not found
Solutions to concordance: command not found
How To Fix concordance: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu concordance is provided by concordance package.
concordance is:
The Logitech Harmony is a highly configurable universal IR remote control compatible with most multimedia devices. The concordance software suite allows you to program such remotes using a configuration object retrieved from the harmonyremote.com website.
This package contains the binary utility to control and configure the Harmony remote.
To fix this problem, we can install more using the command below.
sudo apt-get -y install concordance
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install concordance.
sudo apt -y install concordance
Or if you have aptitude installed you can use the following command.
sudo aptitude install concordance
Summary
In this tutorial we learn how to fix concordance command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.