mythexport_addjob command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mythexport_addjob: command not found
or when using sudo you get the following error message
sudo: mythexport_addjob: command not found
Solutions to mythexport_addjob: command not found
How To Fix mythexport_addjob: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mythexport_addjob is provided by mythexport package.
mythexport is:
MythExport is a Perl daemon that can be used with MythTV to export recordings into a format playable on portable devices such as iPod Video, iPod Touch, PSP, and other devices. Besides converting your recordings, this script also grabs data from the MythTV MySQL database and injects it as iTunes data into the exported video so that it will show up correctly on your iPod. MythExport may also be used to take your recordings “On The Go” and provides a RSS feed to all exported recordings.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mythexport
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mythexport.
sudo apt -y install mythexport
Or if you have aptitude installed you can use the following command.
sudo aptitude install mythexport
Summary
In this tutorial we learn how to fix mythexport_addjob command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.