xcolmix command not found

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

Introduction

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

xcolmix: command not found

or when using sudo you get the following error message

sudo: xcolmix: command not found

Solutions to xcolmix: command not found

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

In Ubuntu xcolmix is provided by xcolmix package.

xcolmix is:

xcolmix enables you to mix your own colours in order to determine three values (the R/G/B code, or red-green-blue mix) of a colour. You can use those colours to, e.g., define the foreground or background of X applications which support it. Furthermore, xcolmix lets you retrieve RGB values from the X system’s database of `predefined’ colours.

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

sudo apt-get -y install xcolmix

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

You can also use apt command to install xcolmix.

sudo apt -y install xcolmix

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

sudo aptitude install xcolmix

Summary

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