mpd

Music Player Daemon. More information: <https://www.musicpd.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y mpd
Ubuntu
RUN apt-get update && \ apt-get install -y mpd
Alpine
RUN apk add mpd
Arch Arch Linux
RUN pacman -S --noconfirm mpd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mpd
CentOS
RUN yum install -y mpd
Raspbian
RUN apt-get update && \ apt-get install -y mpd
click the source code to copy install mpd on any operating system with command-not-found.com