jsurf-alggeo command not found

In this troubleshooting guide we learn how to fix jsurf-alggeo command not found error message

Introduction

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

jsurf-alggeo: command not found

or when using sudo you get the following error message

sudo: jsurf-alggeo: command not found

Solutions to jsurf-alggeo: command not found

How To Fix jsurf-alggeo: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jsurf-alggeo is provided by jsurf-alggeo package.

jsurf-alggeo is:

jsurf is a Java library to visualize some real algebraic geometry. It is and can be used as the visualization component in Java programs.

Beside the library, this package also provides a simple script driven tool for drawing real algebraic geometric surfaces, as well as some script samples. (This simple tool is similar to, but not compatible with, the tool surf-alggeo distributed within the package surf-alggeo.)

jsurf is free software distributed under the Apache 2.0 License.

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

sudo apt-get -y install jsurf-alggeo

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

You can also use apt command to install jsurf-alggeo.

sudo apt -y install jsurf-alggeo

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

sudo aptitude install jsurf-alggeo

Summary

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