mpd-sima command not found

In this troubleshooting guide we learn how to fix mpd-sima command not found error message

Introduction

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

mpd-sima: command not found

or when using sudo you get the following error message

sudo: mpd-sima: command not found

Solutions to mpd-sima: command not found

How To Fix mpd-sima: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mpd-sima is provided by mpd-sima package.

mpd-sima is:

MPD_Sima is a Python script meant to feed your MPD playlist with tracks from artists similar to your currently playing track, provided that these artists are found in MPD library. Similar artists are fetched from last.fm.

MPD_sima can queue track, top track or whole album for similar artists.

This client allows you to never run out of music when your playlist queue is getting short.

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

sudo apt-get -y install mpd-sima

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

You can also use apt command to install mpd-sima.

sudo apt -y install mpd-sima

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

sudo aptitude install mpd-sima

Summary

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