qfractalnow command not found

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

Introduction

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

qfractalnow: command not found

or when using sudo you get the following error message

sudo: qfractalnow: command not found

Solutions to qfractalnow: command not found

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

In Ubuntu qfractalnow is provided by fractalnow package.

fractalnow is:

FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily.

It is made of both a command line (FractalNow) and a graphical tool (QFractalNow).

The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate pictures.

Both tools are entirely multi-threaded and implement advanced algorithms and heuristics that make computation very fast compared to most existing free fractal generators.

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

sudo apt-get -y install fractalnow

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

You can also use apt command to install fractalnow.

sudo apt -y install fractalnow

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

sudo aptitude install fractalnow

Summary

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