qlcplus-fixtureeditor command not found

In this troubleshooting guide we learn how to fix qlcplus-fixtureeditor command not found error message

Introduction

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

qlcplus-fixtureeditor: command not found

or when using sudo you get the following error message

sudo: qlcplus-fixtureeditor: command not found

Solutions to qlcplus-fixtureeditor: command not found

How To Fix qlcplus-fixtureeditor: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu qlcplus-fixtureeditor is provided by qlcplus package.

qlcplus is:

Q Light Controller Plus is a software lighting desk for controlling DMX or analog lighting systems like moving heads, dimmers, scanners.

This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features. The primary goal is to bring QLC+ at the level of other lighting control commercial software.

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

sudo apt-get -y install qlcplus

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

You can also use apt command to install qlcplus.

sudo apt -y install qlcplus

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

sudo aptitude install qlcplus

Summary

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