mandelbulber2 command not found

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

Introduction

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

mandelbulber2: command not found

or when using sudo you get the following error message

sudo: mandelbulber2: command not found

Solutions to mandelbulber2: command not found

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

In Ubuntu mandelbulber2 is provided by mandelbulber2 package.

mandelbulber2 is:

Mandelbulber2 is a ray-tracing application for drawing three-dimensional fractals, like Mandelbulb, Mandelbox, Julia, trigonometric, hypercomplex or IFS fractals. It is highly customizable and features complex shading algorithms (among the others there are shadows, depth of field, ambient occlusion).

Mandelbulber2 is also able to produce animations and has a simple built-in 3D navigator for exploring the fractals.

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

sudo apt-get -y install mandelbulber2

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

You can also use apt command to install mandelbulber2.

sudo apt -y install mandelbulber2

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

sudo aptitude install mandelbulber2

Summary

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