mopidyctl command not found

In this troubleshooting guide we learn how to fix mopidyctl command not found error message

Introduction

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

mopidyctl: command not found

or when using sudo you get the following error message

sudo: mopidyctl: command not found

Solutions to mopidyctl: command not found

How To Fix mopidyctl: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mopidyctl is provided by mopidy package.

mopidy is:

Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You can edit the playlist from any phone, tablet, or computer using a variety of MPD and web clients.

Vanilla Mopidy only plays music from files and radio streams. Through extensions, Mopidy can play music from cloud services like Spotify, SoundCloud, and Google Play Music.

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

sudo apt-get -y install mopidy

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

You can also use apt command to install mopidy.

sudo apt -y install mopidy

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

sudo aptitude install mopidy

Summary

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