gpick command not found

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

Introduction

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

gpick: command not found

or when using sudo you get the following error message

sudo: gpick: command not found

Solutions to gpick: command not found

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

In Ubuntu gpick is provided by gpick package.

gpick is:

gpick is an advanced color picker used to pick colors from anywhere on the screen, mix them to get new colors, generate shades and tints, and export palettes to common file formats or simply copy them to the clipboard.

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

sudo apt-get -y install gpick

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

You can also use apt command to install gpick.

sudo apt -y install gpick

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

sudo aptitude install gpick

Summary

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