xaos command not found

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

Introduction

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

xaos: command not found

or when using sudo you get the following error message

sudo: xaos: command not found

Solutions to xaos: command not found

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

In Ubuntu xaos is provided by xaos package.

xaos is:

XaoS allows you to zoom and pan around a fractal in real time. It can display the animated fractals in graphical or even plain text mode.

It displays the Mandelbrot set or many other fractals and allows you to zoom smoothly into the fractal. Various coloring modes are provided for both the points inside and outside the selected set. In addition, switching between Mandelbrot and Julia fractal types is provided.

Other features include autopilot mode, palette changing, image saving, fractal inversion, filters, and a built in fractal tutorial.

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

sudo apt-get -y install xaos

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

You can also use apt command to install xaos.

sudo apt -y install xaos

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

sudo aptitude install xaos

Summary

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