rpld-next command not found

In this troubleshooting guide we learn how to fix rpld-next command not found error message

Introduction

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

rpld-next: command not found

or when using sudo you get the following error message

sudo: rpld-next: command not found

Solutions to rpld-next: command not found

How To Fix rpld-next: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rpld-next is provided by roarplaylistd-tools package.

roarplaylistd-tools 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.

This is a collection of tools to control RoarAudio PlayList Daemon (RPLD).

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

sudo apt-get -y install roarplaylistd-tools

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

You can also use apt command to install roarplaylistd-tools.

sudo apt -y install roarplaylistd-tools

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

sudo aptitude install roarplaylistd-tools

Summary

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