autoradiod command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
autoradiod: command not found
or when using sudo you get the following error message
sudo: autoradiod: command not found
Solutions to autoradiod: command not found
How To Fix autoradiod: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu autoradiod 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 autoradiod command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.