fraqtive command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fraqtive: command not found
or when using sudo you get the following error message
sudo: fraqtive: command not found
Solutions to fraqtive: command not found
How To Fix fraqtive: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fraqtive is provided by fraqtive package.
fraqtive is:
Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and generates high quality, smooth images. It is fully interactive, allowing for real-time mouse navigation and dynamic generation of the Julia fractal preview. OpenGL-rendered 3D view of the fractals is also supported.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fraqtive
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fraqtive.
sudo apt -y install fraqtive
Or if you have aptitude installed you can use the following command.
sudo aptitude install fraqtive
Summary
In this tutorial we learn how to fix fraqtive command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.