fracplanet command not found

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

Introduction

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

fracplanet: command not found

or when using sudo you get the following error message

sudo: fracplanet: command not found

Solutions to fracplanet: command not found

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

In Ubuntu fracplanet is provided by fracplanet package.

fracplanet is:

This is an interactive tool for creating random fractal planets and terrain areas with oceans, rivers, lakes and icecaps. The results can be exported as models to POV-Ray and to Blender, or as texture maps for more general usage.

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

sudo apt-get -y install fracplanet

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

You can also use apt command to install fracplanet.

sudo apt -y install fracplanet

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

sudo aptitude install fracplanet

Summary

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