goxel command not found

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

Introduction

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

goxel: command not found

or when using sudo you get the following error message

sudo: goxel: command not found

Solutions to goxel: command not found

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

In Ubuntu goxel is provided by goxel package.

goxel is:

Goxel is a 3D program that lets you create voxel volumes. It supports 24 bits RGB colors, unlimited scene size and undo buffers. Layers, procedural generation and Marching Cube rendering. Exports to obj, ply, magica voxel, png, qubicle, povray, and more

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

sudo apt-get -y install goxel

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

You can also use apt command to install goxel.

sudo apt -y install goxel

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

sudo aptitude install goxel

Summary

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