evolver-nox-d command not found

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

Introduction

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

evolver-nox-d: command not found

or when using sudo you get the following error message

sudo: evolver-nox-d: command not found

Solutions to evolver-nox-d: command not found

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

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

evolver-nox 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) but with no X support.

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

sudo apt-get -y install evolver-nox

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

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

sudo apt -y install evolver-nox

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

sudo aptitude install evolver-nox

Summary

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