symphony command not found

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

Introduction

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

symphony: command not found

or when using sudo you get the following error message

sudo: symphony: command not found

Solutions to symphony: command not found

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

In Ubuntu symphony is provided by coinor-symphony package.

coinor-symphony is:

SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver, callable library, and extensible framework for implementing customized solvers SYMPHONY has a number of advanced capabilities, including the ability to solve multi-objective MILPs, the ability to warm start its solution procedure, and the ability to perform basic sensitivity analyses.

SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research).

This package contains the symphony executable.

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

sudo apt-get -y install coinor-symphony

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

You can also use apt command to install coinor-symphony.

sudo apt -y install coinor-symphony

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

sudo aptitude install coinor-symphony

Summary

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