autoplayerd command not found

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

Introduction

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

autoplayerd: command not found

or when using sudo you get the following error message

sudo: autoplayerd: command not found

Solutions to autoplayerd: command not found

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

In Ubuntu autoplayerd is provided by autoradio package.

autoradio is:

Simple to use, starting from digital audio files, manage on-air broadcasting over a radio-station or web-radio. The main components are:

* Player (gstreamer): plays all your media files and send
  digital sound to an audio device or audio server

* Scheduler: real time manager for emission of special audio files
  like jingles, spots, playlist and programs; interact with player
  like supervisor User

* Interface: WEB interface to monitor the player and scheduler and
  admin the schedules for the complete control over your station
  format. The web interface allows you to easily publish podcasts
  that conform to the RSS 2.0 and iTunes RSS podcast specifications
  The web interface provide a "full compatible" ogg player.

Developed with Python, Django, Dbus it works in an production environment

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

sudo apt-get -y install autoradio

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

You can also use apt command to install autoradio.

sudo apt -y install autoradio

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

sudo aptitude install autoradio

Summary

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