supysonic-server command not found

In this troubleshooting guide we learn how to fix supysonic-server command not found error message

Introduction

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

supysonic-server: command not found

or when using sudo you get the following error message

sudo: supysonic-server: command not found

Solutions to supysonic-server: command not found

How To Fix supysonic-server: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu supysonic-server 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-server command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.