casparcg command not found

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

Introduction

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

casparcg: command not found

or when using sudo you get the following error message

sudo: casparcg: command not found

Solutions to casparcg: command not found

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

In Ubuntu casparcg is provided by casparcg-server package.

casparcg-server is:

Play out professional graphics, audio and video to multiple outputs as a layerbased real-time compositor.

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

sudo apt-get -y install casparcg-server

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

You can also use apt command to install casparcg-server.

sudo apt -y install casparcg-server

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

sudo aptitude install casparcg-server

Summary

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