color-picker command not found

In this troubleshooting guide we learn how to fix color-picker command not found error message

Introduction

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

color-picker: command not found

or when using sudo you get the following error message

sudo: color-picker: command not found

Solutions to color-picker: command not found

How To Fix color-picker: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu color-picker is provided by color-picker package.

color-picker is:

Colour picker and colour editor for web designers and digital artists, With Color Picker, identifying the colours, saving and editing is a quick and simple job.

Color Picker features include:

Five formats of colour codes: HTML, HexRGBA, RGB, HSB/HSV, CMYK and their variations. Conversion of HTML, HEX and RGB colour codes into the corresponding colours.

Colour picker for easy handling and greater precision.

Colour list for saving and reusing the picked colour samples for each picked colour.

Support Switching three themes - System theme, Flat Light theme and Dark theme.

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

sudo apt-get -y install color-picker

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

You can also use apt command to install color-picker.

sudo apt -y install color-picker

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

sudo aptitude install color-picker

Summary

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