xjremote command not found

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

Introduction

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

xjremote: command not found

or when using sudo you get the following error message

sudo: xjremote: command not found

Solutions to xjremote: command not found

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

In Ubuntu xjremote is provided by xjadeo package.

xjadeo is:

Simple video player that receives sync from jackd or MTC. It has applications in soundtrack creation, video monitoring or any task that requires to associate movie frames with audio events.

For instance when a jack-client (like Muse, Rosegarden or Ardour) acts as a timebase master, xjadeo will display the video synchronized to JACK transport. xjadeo is capable to read Midi Time Clock as an alternate sync source and comes along with an optional QT-GUI.

xjadeo reads only seekable media by default. Installing a transcoding utility like mencoder or transcode is highly recommended.

On-line documentation: http://xjadeo.sourceforge.net/main.html

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

sudo apt-get -y install xjadeo

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

You can also use apt command to install xjadeo.

sudo apt -y install xjadeo

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

sudo aptitude install xjadeo

Summary

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