supysonic-daemon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
supysonic-daemon: command not found
or when using sudo you get the following error message
sudo: supysonic-daemon: command not found
Solutions to supysonic-daemon: command not found
How To Fix supysonic-daemon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu supysonic-daemon is provided by supysonic package.
supysonic is:
supysonic is a Python implementation of the Subsonic server API. Current supported features are:
- browsing (by folders or tags)
- streaming of various audio file formats
- transcoding
- user or random playlists
- cover arts (as image files in the same folder as music files)
- starred tracks/albums and ratings
- Last.FM scrobbling
The “Subsonic API” is a set of adhoc standards to browse, stream or download a music collection over HTTP.
To fix this problem, we can install more using the command below.
sudo apt-get -y install supysonic
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install supysonic.
sudo apt -y install supysonic
Or if you have aptitude installed you can use the following command.
sudo aptitude install supysonic
Summary
In this tutorial we learn how to fix supysonic-daemon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.