mpdscribble command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mpdscribble: command not found
or when using sudo you get the following error message
sudo: mpdscribble: command not found
Solutions to mpdscribble: command not found
How To Fix mpdscribble: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mpdscribble is provided by mpdscribble package.
mpdscribble is:
Music Player Daemon client which collects information about played tracks and submits them to the Last.fm social music network (formerly known as Audioscrobbler). If submission servers are not reachable, submissions are enqueued and stored on disk cache.
The client can be also configured to use other scrobbling services like Libre.fm.
This package contains daemon which can be optionally installed system wide.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mpdscribble
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mpdscribble.
sudo apt -y install mpdscribble
Or if you have aptitude installed you can use the following command.
sudo aptitude install mpdscribble
Summary
In this tutorial we learn how to fix mpdscribble command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.