evolver-ogl-d command not found

In this troubleshooting guide we learn how to fix evolver-ogl-d command not found error message

Introduction

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

evolver-ogl-d: command not found

or when using sudo you get the following error message

sudo: evolver-ogl-d: command not found

Solutions to evolver-ogl-d: command not found

How To Fix evolver-ogl-d: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu evolver-ogl-d is provided by evolver-ogl package.

evolver-ogl is:

The Surface Evolver is an interactive program for the modelling of liquid surfaces shaped by various forces and constraints.

This package provides evolver variants built with different floating point formats (double, long double, quadruple) and with an OpenGL/GLUT display.

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

sudo apt-get -y install evolver-ogl

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

You can also use apt command to install evolver-ogl.

sudo apt -y install evolver-ogl

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

sudo aptitude install evolver-ogl

Summary

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