darktable-chart command not found

In this troubleshooting guide we learn how to fix darktable-chart command not found error message

Introduction

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

darktable-chart: command not found

or when using sudo you get the following error message

sudo: darktable-chart: command not found

Solutions to darktable-chart: command not found

How To Fix darktable-chart: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu darktable-chart is provided by darktable package.

darktable is:

Darktable manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them.

It tries to fill the gap between the many excellent existing free raw converters and image management tools (such as ufraw or f-spot). The user interface is built around efficient caching of image metadata and mipmaps, all stored in a database. the user will always be able to interact, even if the full resolution image is not yet loaded.

All editing is fully non-destructive and only operates on cached image buffers for display. the full image is only converted during export. The frontend is written in gtk+/cairo, the database uses sqlite3, raw image loading is done using rawspeed, high-dynamic range, and standard image formats such as jpeg are also supported. The core operates completely on floating point values, so darktable can not only be used for photography but also for scientifically acquired images or output of renderers (high dynamic range).

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

sudo apt-get -y install darktable

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

You can also use apt command to install darktable.

sudo apt -y install darktable

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

sudo aptitude install darktable

Summary

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