roarplaylistd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
roarplaylistd: command not found
or when using sudo you get the following error message
sudo: roarplaylistd: command not found
Solutions to roarplaylistd: command not found
How To Fix roarplaylistd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu roarplaylistd is provided by roarplaylistd package.
roarplaylistd is:
RoarAudio PlayList Daemon is a audio player backend daemon handling playlists. It stores playlists and plays files using RoarAudio as audio backend.
The daemon can be controlled using a simple protocol. It can listen on UNIX and TCP sockets.
File formats and codecs not supported by RoarAudio can be handled by using a helper program.
To fix this problem, we can install more using the command below.
sudo apt-get -y install roarplaylistd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install roarplaylistd.
sudo apt -y install roarplaylistd
Or if you have aptitude installed you can use the following command.
sudo aptitude install roarplaylistd
Summary
In this tutorial we learn how to fix roarplaylistd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.