congruity command not found

In this troubleshooting guide we learn how to fix congruity command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

congruity: command not found

or when using sudo you get the following error message

sudo: congruity: command not found

Solutions to congruity: command not found

How To Fix congruity: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu congruity is provided by congruity package.

congruity is:

Congruity is a graphical utility written in Python that handles writing the configuration of a Harmony Remote, using the concordance framework.

It provides a concise way to quickly configure a Logitech Harmony in a clean graphical interface, through the loading of EZHex files.

To fix this problem, we can install more using the command below.

sudo apt-get -y install congruity

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install congruity.

sudo apt -y install congruity

Or if you have aptitude installed you can use the following command.

sudo aptitude install congruity

Summary

In this tutorial we learn how to fix congruity command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.